-
AuthorPosts
-
October 1st, 2013 at 12:57 #12642Joseph Williams
I would like to be able to change the Menu Items text color. It doesn’t show up in the Color tab in the Settings for Mantra. I considered checking the CSS but I don’t want to play with that until I get a confirmation that that is the only way to change the color of the text.
Also, the color of the open page menu tab, will that always be white or can that also be changed?
October 1st, 2013 at 17:14 #12645JimHi
You can change the menu text colour within the Parabola theme but it doesn’t look like you can in the Mantra theme. You could put the following into your Custom CSS area (under Miscellaneous Settings) and change the colour to what you want.
#access a {
display:block;
color: #5F5B5B;
text-decoration: none;
padding:0.2em 1.2em;
font-size:14px;
}I hope this helps…
Jim
October 1st, 2013 at 17:22 #12646Jim..oooops missed part 2.
Put this in custom CSS area to update the background colour (i.e. the #FFFFFF) of open item tab.
#access ul li.current_page_item, #access ul li.current-menu-item {
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: none;
}Cheers
Jim…
October 1st, 2013 at 21:34 #12655Joseph WilliamsHey Jim,
Right on both parts, Thanks a million. I tested the second part, and works, but waiting on customer to confirm color before I implement it.October 2nd, 2013 at 20:21 #12727ZedCryout Creations mastermindMantra hasn’t yet catch up with Parabola as far as colour options are concerned.
A lot of the changes currently require using custom CSS.If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. -
AuthorPosts
The topic ‘Change Menu Items text color’ is closed to new replies.