Re: Cherry Zen Template Support Thread
how do you change the color of the rollovers for Home, Log in, etc? I created a new color in the images folder and updated the colors, however, the individual buttons aren't the correct color.
I cant seem to locate anything in stylesheet.css. Please HELP!!!
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
fbords
I'm looking to customize the bg image in the EZPages header. I'm editing the lines:
#navEZPagesTop {
background:url("../images/ezbg.gif") repeat-x;
text-align: right /* grey background image behind ezpages section */
}
in the file: /includes/templates/cherry_zen/css/stylesheet.css but nothing happens.
Any help would be appreciated.
Those are the right lines. Could I see a site? What are you trying to change? What are you changing it to?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
fbords
how do you change the color of the rollovers for Home, Log in, etc? I created a new color in the images folder and updated the colors, however, the individual buttons aren't the correct color.
I cant seem to locate anything in stylesheet.css. Please HELP!!!
Did you see the BIG color section in the css? (very first section of the stylesheet.css)
Did you upload a whole folder of your colors? Did you change the folder name in the css?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
isvara99######################
where in the css do I insert the code?
It doesn't matter where.
Re: Cherry Zen Template Support Thread
One more question.
On the product listing page I am using columns (2) and was wondering how do I go about changing the arrangement of the listing.
Right now the image loads in first, the price, then add to the cart, then the title. I would like to put the title ABOVE the image or just below it above the price as where it is now it's confusing as it looks like it's part of the product below. I change what where?
Also how do I add in some space above the product image?
Beth-katherine
http://smockingbooks.com/index.php?m...dex&cPath=1_10
Re: Cherry Zen Template Support Thread
Thank you jettrue for your responses, but I think I will forget that Idea about flash and stay with my logo. Thank you anyway.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Beth-katherine
One more question.
On the product listing page I am using columns (2) and was wondering how do I go about changing the arrangement of the listing.
Right now the image loads in first, the price, then add to the cart, then the title. I would like to put the title ABOVE the image or just below it above the price as where it is now it's confusing as it looks like it's part of the product below. I change what where?
Also how do I add in some space above the product image?
Beth-katherine
http://smockingbooks.com/index.php?m...dex&cPath=1_10
If you go to "configuration", "product listing", The number that you give the item determines its order. For example, right now you might have image as 1, price as 2, add to cart as 3, and title as 4. Change the numbers around, and it will change.
You can add space above the image with this:
.centerBoxContentsProducts {padding-top:10px;}
Re: Cherry Zen Template Support Thread
Quote:
Quote:
Originally Posted by fbords
I'm looking to customize the bg image in the EZPages header. I'm editing the lines:
#navEZPagesTop {
background:url("../images/ezbg.gif") repeat-x;
text-align: right /* grey background image behind ezpages section */
}
in the file: /includes/templates/cherry_zen/css/stylesheet.css but nothing happens.
Any help would be appreciated.
Those are the right lines. Could I see a site? What are you trying to change? What are you changing it to?
the site is www.chroniccaraudio.com/shop. I'm trying to update the gray bar behind the "Chronic Car Audio Home" link
Re: Cherry Zen Template Support Thread
Quote:
Quote:
Originally Posted by fbords
how do you change the color of the rollovers for Home, Log in, etc? I created a new color in the images folder and updated the colors, however, the individual buttons aren't the correct color.
I cant seem to locate anything in stylesheet.css. Please HELP!!!
Did you see the BIG color section in the css? (very first section of the stylesheet.css)
Did you upload a whole folder of your colors? Did you change the folder name in the css?
Yes, I see the BIG color section. I renamed the old "red" folder, and created my own new "red" folder with the bg images i like. I made sure they were the same size and same name. I uploaded the new "red" folder to the server at:
includes/templates/cherry_zen/images.
So i shouldnt have had to change anything in the CSS. The header image, and sidebox images are changed with no problem, just not the main nav buttons or rollovers. See www.chroniccaraudio.com/shop to see what i mean.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
If you go to "configuration", "product listing", The number that you give the item determines its order. For example, right now you might have image as 1, price as 2, add to cart as 3, and title as 4. Change the numbers around, and it will change.
You can add space above the image with this:
.centerBoxContentsProducts {padding-top:10px;}
Cool, I had no idea that was how you went about changing things. A wonderful end to a totally rotten day. Thank you for your help.
Beth-katherine