Hi,
I would like to add a thin border around the main text on my home page but dont know where to start. Would like it the same colour and thickness as my sideboxes. Please help.
Hi,
I would like to add a thin border around the main text on my home page but dont know where to start. Would like it the same colour and thickness as my sideboxes. Please help.
We'll need a link to the site to be sure. In a stock Zencart installation you could add this to your stylesheet:
#indexDefault.centerColumn {border: 1px solid;}
Thanks. Its www.total-pleasure.co.uk
You'd want to add this to the stylesheet:
#indexDefaultMainContent {border: 1px solid #FFA3A2; padding: 1em;}
I would add the padding so it doesn't look all jammed up.
Where do i add it in the stylesheet?
I usually add additional rules at the bottom after a comment that says 'Everything after this point added by stevesh". That way I know where all the custom stuff is.
Hi,
Can find the main css stylesheet and have added the code but it doesnt seem to work. I added it to the classic template and default template to make sure but it still didnt work.
Any ideas?
I don't see that rule in your stylesheet.css file which would be in includes/templates/classic/css. If you get it in the right place, I guarantee it'll work.
Hi,
I have re-done it and it still hasnt worked.
I'm looking at your stylesheet.css file right now, and that rule isn't in there. Are you sure the file is actually being uploaded after editing ?