Purpose Theme by Organic: Changing size and color of menu titles
-
I’ve trawled the forum and I’m unable to find a code for this specific theme..
I’d like to change the font color for the menu + increase the size..
Thanks in advance :)
The blog I need help with is: (visible only to logged in users)
-
Hello there,
Try adding the CSS:
/* menu link color */ nav#navigation ul li a { color:#010BF1!important; font-size:20px!important }If you like to center the items, add the following:
/* centering menu */ nav#navigation ul {text-align:center!important;} nav#navigation {width:100%;padding:0!important} #header .eleven {width:100%!important;} -
-
- The topic ‘Purpose Theme by Organic: Changing size and color of menu titles’ is closed to new replies.