which css file to set the a:active link in the menu

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Sun Sep 16, 2012 8:25 pm
hi

I have a menu on the left side of my site (http://www.samichlaus-rohrdorf.ch/2012) and I want to change the color of the active link (now it is black - I want it in red).

I couldn't find out which css file I have to make these settings (and by the way which css line it is)

can anybody help me?

thanks.
User avatar
Fresh Boarder

GK User
Sun Sep 16, 2012 10:57 pm
Hi

Please enable the use of css override on template parameters and them add this line on ../css/override.css

Code: Select all
.box ul.menu>li.active>a {color: #860001}


Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Sep 17, 2012 9:34 am
hi,

yes, it is so simple if you know where and how ... thanks a lot.

maybe, a second question about the submenus e.g.

samichlaus
termine
anmeldung

termine and anmeldung if active in red as well?

I guess, I have to make a css course :P

thanks.
regards
claudia
User avatar
Fresh Boarder

GK User
Mon Sep 17, 2012 10:51 am
Add also this line:

Code: Select all
.box ul.menu>li.active li.active a{color: #860001;}


screen.png


Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Sep 17, 2012 4:40 pm
THANK YOU !!!!
User avatar
Fresh Boarder


cron