Change Menu Items text color

  • Author
    Posts
  • #12642
    Joseph 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?

    #12645
    Jim

    Hi

    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

    #12646
    Jim

    ..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…

    #12655
    Joseph Williams

    Hey 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.

    #12727
    Zed
    Cryout Creations mastermind

    Mantra 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.
Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Change Menu Items text color’ is closed to new replies.