Zen Cart Logo

Specials Box

Views: 510

Results 1 to 3 of 3
10 Oct 2012, 5:45 PM
#1
timhersh avatar

timhersh

Zen Follower

Join Date:
Aug 2008
Posts:
274
Plugin Contributions:
0

Specials Box

Hello,

I have searched and can't figure this one out.

I have this website http://www.artonthevines.com/STL_Art_Classes/index.php?main_page=page&id=9

on the home page there is the specials widget. I need to change the link color, too hard to read.

I tried the developer tools but it tells me the code to change is in index.php and I also checked the stylesheet and it doesnt' effect it.

Does anyone know what to change?

thanks

10 Oct 2012, 5:50 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Specials Box

That kind of thing is done in the stylesheet. Add to stylesheet.css:

#specials a {
color: #FFFFFF;
text-decoration: underline;
}

I would add the underline so it looks like a link if you make it white.

10 Oct 2012, 6:11 PM
#3
timhersh avatar

timhersh

Zen Follower

Join Date:
Aug 2008
Posts:
274
Plugin Contributions:
0

Re: Specials Box

Thank you, perfect