• I’m trying to change the fonts within the menu bars and accent colors/hyperlinks within the theme Fashionistas as I customize to fit my desires. The current hyperlink/ accent color is a blue or turquoise. My site:
    http://www.Dawnavette.com
    Thanks so much in advance for the consideration.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi D

    You can do these by adding the css in the following selector

    This one for the link color and font for the main navigation

    #main-navigation li a { 
    
    }

    This one for the hover of the main navigation

    #main-navigation li a:hover {
    }

    I will suggest you to add these or any changes using a child theme, so that the changes you have worked on remain preserved.

    Thanks

    Thread Starter Dawnavette

    (@dawnavette)

    Thank you for the reply! I have no idea how to do that, so now scouring the Interwebs for a tutorial and going to place a prayer request to Jesus. 🙂

    😀

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hyperlink/ Menu Colors’ is closed to new replies.