Hi,
Try as I might, I just cannot find the style in the spreadsheet relevant to the colour and general style of of the side boxes. Can someone here stick my nose in it ? Thanks.
Pete
Hi,
Try as I might, I just cannot find the style in the spreadsheet relevant to the colour and general style of of the side boxes. Can someone here stick my nose in it ? Thanks.
Pete
It's in several different places, depending on what you're trying to change. If you're using Firefox, download the Firebug plug-in from their site. That will allow you to examine the code of your stylesheet and find the exact line number.
Lesli in SW Florida ~ writer, teacher, and dodging hurricanes!
Florida, arghhhh! Here in France, we're in the middle of a gale! Its pouring down.
Anyway, I have Firebug istalled on Firefox (would I use anything else ?) but it doesn't help. According to Firebug, the class for the left sidebar is "LeftBoxHeading" but in the CSS file, the background colour is declared as pink (#FF6699) whereas its green. I'm lost !
Any ideas ?
Pete
Also, in the style sheet, there's a class called "columnLeft" but its empty, no attributes. What does this mean?
Post a link to your site so we can take a look and see. And are you using a custom or third party template?
Lesli in SW Florida ~ writer, teacher, and dodging hurricanes!
I'm just using the bog standard Zen Cart template on a test server. I wanted to see what was on offer before I started to develop a "real" site. As the boxes headings have a green brushed aluminium effect, I suppose they're just repeat images but I can't find the style with the link to them. This should be simple !
Cheers
Pete
Bone stock contempoary green is the tile_back.gif image and in the stylesheet-
Code:.leftBoxHeading, .centerBoxHeading, .rightBoxHeading { margin: 0em; background-color: #abbbd3; background-image: url(../images/tile_back.gif); padding: 0.5em 0.2em; }
Zen-Venom Get Bitten
Thanks. In *my* stylesheet, this class (leftBoxHeading) is empty. I saw in another post that a lot of the css is to be found in the PHP pages which I have to copy into the stylesheet if I want to make any changes. This is probably one such example.
Also, looking extensively through this forum and also at the faqs, it looks like I should not be messing around with the "out of the box" template but should be creating my own, presumably from a copy of the original template.
Forgive me, Zen Cart is whole new world for me - perhaps I should buy the book !
Cheers
Pete
Post a link to your site...
I have never seen any css that had to be copied from a php file? Where did you see this?
If you are seeing the green template the code I posted must be there.
Are you looking at the style sheet located here
includes/templates/classic/css/stylesheet.css?
Zen-Venom Get Bitten
I don't have a Zen Cart site yet, I'm just using the out-of-the-box Zen Cart 1.38 template on a testing server. So no link. The classic stylesheet is the one that came bundled with the software. I'm no newcomer to css so I see what you mean when you say if the style is not there in the style sheet, how can it be displayed on the page, but there we are. The class is indeed empty in the stylesheet.
I'll have another look when I get back to the office (I'm on different machine here and don"t have acesss to the testing server) and will get back to you.
Cheers
Pete