Changing menu text size
-
I would like to increase the font size for my menu only. I am using the bouquet theme.
The blog I need help with is: (visible only to logged in users)
-
Try adding this line to your CSS stylesheet and modify the font-size there:
.wf-active #access a {
font-size: 14px;
}
-
-
- The topic ‘Changing menu text size’ is closed to new replies.