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
ok, now it works, thanks
don't know what I was doing last night
when I reopen the stylesheet though the code has dropped the ../
so is images/tile-back.jpg
instead of
../images/tile-back.jpg
will this affect future changes to the stylesheet? should I keep adding them back in each time I adjust the style sheet?
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
i'm using dreamweaver
what simple text editor is on mac, could I just text edit?
I don't use a Mac, but seems like BBedit(?) has been mentioned. A search of the forum for text editor should find some discussions.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.