Navigation menu text
-
Admin
Please see this topic for the error: https://forum.graphene-theme.com/graphene-support/headlines-in-header#post-5818
thanks for the info…i’ve remedied the error messages i was getting by changing the validator.php file but i still cannot get the text smaller on my navigation bar using the code supplied…
#header-menu > li {
font: normal 18px arial;
margin: 0 2px;
}i’ve emptied my cache and placed the code in the custom css option in graphene options but it doesnt make the font smaller on my site ?
Mod
Try:
#header-menu li {
font: normal 18px arial;
margin: 0 2px;
}Ken
Admin
Just a note: the default font size for the Primary Menu is 14px. To make it smaller, make sure you use a lower size value, like 12px.
Admin
Try this:
#header-menu > li strong {
font-weight: normal;
}Admin
#header-menu > li.menu-item-ancestor > a {
background: none;
padding-left: 10px;
}
Viewing 8 posts - 11 through 18 (of 18 total)
- 1
- 2
- You must be logged in to reply to this topic.
