Zen Cart Logo

EZPage Link Colors

Views: 459

Results 1 to 3 of 3
18 Nov 2013, 10:32 PM
#1
ljdream00 avatar

ljdream00

Zen Follower

Join Date:
Jun 2007
Location:
Michigan
Posts:
168
Plugin Contributions:
0

EZPage Link Colors

Is there a way to have the Ezpage link in the Header a DIFFERENT COLOR than the Ezpage Link in the Sidebox? :blink:

I put this in my css but it didn't work:

#sideBoxContent.ezpagesContent {
color: #00CA00 !important;

Any help would be truly appreciated!!!
Thank you in advance!:D

18 Nov 2013, 10:34 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: EZPage Link Colors

#navEZPagesTop, #navEZPagesTop a {color: #ff0000;}

#ezpagesContent a {color: #ff0000;}

18 Nov 2013, 10:59 PM
#3
ljdream00 avatar

ljdream00

Zen Follower

Join Date:
Jun 2007
Location:
Michigan
Posts:
168
Plugin Contributions:
0

Re: EZPage Link Colors

:clap:Thanks Stevesh!!!

Why oh Why didn't I see this simple mistake I was making :shocking:.... I was feeling like a newbie.... sigh....
Thanks again!