Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changing the Sieboxes Hover Color

Changing the Sieboxes Hover Color

Views: 1,148

Results 1 to 10 of 10
25 Sep 2014, 1:01 AM
#1
apriigem avatar

apriigem

New Zenner

Join Date:
Jan 2013
Posts:
33
Plugin Contributions:
0

Changing the Sieboxes Hover Color

I'd like to change the categories sideboxes hover color and size. Not the font, but the color that the background turns to. Currently it's pink. I'd like to change that and the height of the hover. I'm anal like that and the size is bothering me a little cuz it's not even on the top and bottom. I'm not sure what code in the CSS file I should be focusing on. I've done this before but it was so long ago, I don't remember. Any ideas which code I need to start with?

Link to my site:

http://thecuterie.com/index.php?main_page=index&cPath=7

Thanks in advance!

25 Sep 2014, 10:40 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Changing the Sieboxes Hover Color

This in betterCategoriesEzInfo.css

.betterCategories a:hover, .betterCategories a:active,
.betterDocuments a:hover, .betterDocuments a:active,
.betterEzpages a:hover, .betterEzpages a:active,
.betterInformation a:hover, .betterInformation a:active,
.betterMoreinformation a:hover, .betterMoreinformation a:active,
.betterBestsellers a:hover, .betterBestsellers a:active {
background-color:#d3608a;
color:#ffffff;
}

25 Sep 2014, 12:52 PM
#3
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Changing the Sieboxes Hover Color

apriigem:

I'd like to change the categories sideboxes hover color and size. Not the font, but the color that the background turns to. Currently it's pink. I'd like to change that and the height of the hover. I'm anal like that and the size is bothering me a little cuz it's not even on the top and bottom. I'm not sure what code in the CSS file I should be focusing on. I've done this before but it was so long ago, I don't remember. Any ideas which code I need to start with?

Link to my site:

http://thecuterie.com/index.php?main_page=index&cPath=7

Thanks in advance!

I just looked at your site and it looks like you have a partial blank page. I would recommend taking a look at your logs folder to find and correct the errors.

Thanks,

Anne

27 Sep 2014, 7:29 PM
#4
apriigem avatar

apriigem

New Zenner

Join Date:
Jan 2013
Posts:
33
Plugin Contributions:
0

Re: Changing the Sieboxes Hover Color

picaflor-azul:

I just looked at your site and it looks like you have a partial blank page. I would recommend taking a look at your logs folder to find and correct the errors.

Thanks,

Anne

I don't see any partial blank pages. Where are you seeing this?

27 Sep 2014, 7:31 PM
#5
apriigem avatar

apriigem

New Zenner

Join Date:
Jan 2013
Posts:
33
Plugin Contributions:
0

Re: Changing the Sieboxes Hover Color

Thank you Stevesh that totally is the place!! :D

27 Sep 2014, 7:46 PM
#6
apriigem avatar

apriigem

New Zenner

Join Date:
Jan 2013
Posts:
33
Plugin Contributions:
0

Re: Changing the Sieboxes Hover Color

But where would I change the height of the pink rollover?? Or maybe I need to change the padding or margin. Not sure. It's a small thing, but it's touching the bottom border and not touching the top. I'd like to even it out as it's bothering the crap out of me...lol

27 Sep 2014, 9:07 PM
#7
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Changing the Sieboxes Hover Color

apriigem:

I don't see any partial blank pages. Where are you seeing this?

Your footer isn't displaying and there's a rogue word "text' at the current end of the page. Check your /logs folder for error log messages.

27 Sep 2014, 9:08 PM
#8
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Changing the Sieboxes Hover Color

apriigem:

But where would I change the height of the pink rollover?? Or maybe I need to change the padding or margin. Not sure. It's a small thing, but it's touching the bottom border and not touching the top. I'd like to even it out as it's bothering the crap out of me...lol

I'm not seeing the issue.

27 Sep 2014, 9:33 PM
#9
apriigem avatar

apriigem

New Zenner

Join Date:
Jan 2013
Posts:
33
Plugin Contributions:
0

Re: Changing the Sieboxes Hover Color

stevesh:

I'm not seeing the issue.

Ah ok. I put random words on pages to see if that's where I need to be to change something...lol. And I took off the footer. Part of the design of my site, I'm going to just have words there for links.

Kinda like this: Home | About Us | Contact Us

As for the pink hover position, I figured out how to fix it that's why it doesnt look like anything is wrong now...lol. Thank you very much!! :lookaroun

27 Sep 2014, 11:44 PM
#10
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Changing the Sieboxes Hover Color

Use EZ pages for the footer.