Top Menu Tab Font Color

  • Author
    Posts
  • #70994

    Hi.

    After searching for the last several days, I’m at a loss on how to do what I’m trying to do and cannot find any reference to it in the forum.

    I’m using Mantra 3.0.5 with Mantra Settings and Cryout Serious Theme Settings installed and activated. I cannot seem to find any particular setting to change the color of the tabbed navigation title font or any combination of settings that will accomplish my goal.

    Is this not a capability of the theme or am I simply missing what I need to do? If it’s not a direct capability can it be done with CSS and, if so, does anyone know what code to use?

    Thanks for the help from anyone who offers it.

    Website: www.myeleutheria.com

    #71054
    Zed
    Cryout Creations mastermind

    The main navigation does not have distinct color options as they are pretty much fixed.
    You can apply your custom CSS style with:

    body #access li > a { /* menu items */ }
    body #access li:hover > a { /* menu items on hover */ }
    body #access ul li.current_page_item > a, 
    body #access ul li.current-menu-item > a { /* current section menu item */ }

    This topic is also covered in the FAQs:
    https://www.cryoutcreations.eu/faq/e5-c18-where-are-the-menu-fontcolour-options


    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 2 posts - 1 through 2 (of 2 total)

The topic ‘Top Menu Tab Font Color’ is closed to new replies.