Link to home
Start Free TrialLog in
Avatar of clivingIOS
clivingIOS

asked on

colour change

I just had a ticket answered and closed here: https://www.experts-exchange.com/questions/27844907/CSS-advice-for-menu-text-size.html

bportlock asked me too add some code to the bottom of my css file to make the titles bigger, my boss has now decided he wants them a different colour and underlined too.

Can anyone advise an easy way to do this, I am a novice at css.

the code added to the bottom of my css file was this:

#pages-3 ul li a {
    font-size: 2.0em;
}

#pages-3 ul li ul li a {
    font-size: 1.0em;
}  

Open in new window


Regards

James
SOLUTION
Avatar of stu215
stu215
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of clivingIOS
clivingIOS

ASKER

Thanks, all sorted!