Hi,
there is no text/title in the new products for the month box that floats in the main page
what file do I add this text line too?
thanks![]()
Hi,
there is no text/title in the new products for the month box that floats in the main page
what file do I add this text line too?
thanks![]()
duh, it is there, just white
now to find how to change that colour...
can someone please help me get the graphics that are in the top of the sidebar boxes into the title of the new products for [month] box (the pretty green bits)?
http://tanyasmart.com.au/store/index...ain_page=index
thanks
I can't help you, unless you upgrade! Okay, I'm joking... I will help, but I seriously recommend upgrading though.![]()
I'm guessing between two stylesheets, search in your stylesheet_new.css and find;
However that red highlighted line got to be there... it won't work as it's calling for a locally stored image. Rather, replace the above with;Code:h2.centerBoxHeading, .productListing-rowheading { margin: 0em; background-image: url(file:///Sri%20Jahnava%20Devi/Users/tanyasmart/Desktop/images/tile_back.jpg); font-size: 1em; color: #ffffff; padding: 0.5em 0.2em; border-bottom: 1px solid #9a9a9a; }
Give that a shot and let me know how it went.Code:h2.centerBoxHeading, .productListing-rowheading { margin: 0em; background-image: url(../images/tile_back.jpg); font-size: 1em; color: #ffffff; padding: 0.5em 0.2em; border-bottom: 1px solid #9a9a9a; }![]()
that seems to be the problem as that local file is for the #navEZPagesTop too and neither work
but I can't get it to work with the new code
I have tried to add the whole url of where the file is located, just the file directory and neither are giving me any love, probably something in the code
file:///home/tanyasma/public_html/store/includes/templates/tanya/images/tile_back.jpg
now i have error 500