Link to home
Start Free TrialLog in
Avatar of jonathanduane2010
jonathanduane2010

asked on

how to change font size on menu

Hi guys,

I wondering how to change the font size when i click on adventures when i click on adventures on http://piratescove.yourcitybeats.com

at the moment its quite small and white which makes it hard to read, is there a way of making it bigger and red? without turning everything red?

thanks as always
Avatar of Gary
Gary
Flag of Ireland image

In style.css  line 1907 make amendments here
.main-navigation li ul li a {

you have a serious js problem - a continually looping function on line 139
Avatar of jonathanduane2010
jonathanduane2010

ASKER

can i delete line 139?
It's actually line 134, just comment it out.
thanks a million for your help :)

Ok  was able to change the size of the font, but its still showing white when i hover over adventures?

i thought i changed it to red?
Cannot see a color:red in that style block (.main-navigation li ul li a)
You may also want to remove the following
font-size:24px;
padding:19px 27px;

from
.main-navigation li a:hover on line 1820
i removed them, it looks better again, thank you, but i have definitely added the color:red to line 1907 and it is still white
Cannot see it online, there is not style for color there.
i just took a screenshot and have it attached, maybe i am doing something wrong
style.png
ASKER CERTIFIED SOLUTION
Avatar of Gary
Gary
Flag of Ireland 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
DUHH!! (my mistake!)

Thanks a mil!
Don't forget to comment out that js line!