• Resolved dannydanny

    (@dannydanny)


    I’ve placed the search into the primary menu. I’ve added a menu title to display in place of search icon. The text is:

    “Search This Site”

    It only appears on mobile as I’ve hidden it on desktop (thank you for the code for that).

    I want to style that text a bit. I’ve been able to make it bold using the following CSS.

    .is-menu
    {
    	font-weight: bold;
    }
    

    However, I can’t seem to change the color of the text. I would think the following would do it but it doesn’t.

    .is-menu
    {
    	font-weight: bold;
            color: red;
    }
    

    Any ideas? Thank you!

    • This topic was modified 4 years, 9 months ago by dannydanny.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Color of Menu Title’ is closed to new replies.