Change text colour on top & footer menus

  • Author
    Posts
  • #5040
    Sally

    Hi.  I have trawled all through your forum topics but can’t find a way to change the colour of the text in the top and footer navigation menus.  Can you help please?  Thanks so much in advance.

    #5046

    Hi Sally!

    Try changing those colors using this:

    1. Go to Mantra Settings
    2. Go to MISCELLANEOUS SETTINGS
    3. Go to Custom CSS
    4. There set:
      .topmenu {color: #ddd;}
      .footermenu {color: #ddd;}
    5. Instead of #ddd set the color you would like to display.

    #5114
    Sasha

    I’m having no luck changing the text color on the top menu using .topmenu

    Can’t find what else it could be called? Help!

    Many thanks in advance

    #5253
    Zed
    Cryout Creations mastermind

    `.topmenu a { color: #abc; }

    .footermenu a { color: #abc; }`

    is the correct CSS for this.

    • This reply was modified 11 years ago by Zed.

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

The topic ‘Change text colour on top & footer menus’ is closed to new replies.