• Resolved jklarich

    (@jklarich)


    On all my sites the CSS for setting the menu display isn’t working. I want no underline for the menu links and I want them a color of my choosing.

    Here is one site where it isn’t working.
    https://grangerhistoricalsociety.org/

    Here is the code that I had that worked but is not now.
    No underline
    ‘ul#menu-main-menu a {
    text-decoration: none;
    }’

    Menu Text Color
    ‘#menu-main-menu li a {
    color: #fff !important;
    }’

    Can someone guide me in the right direction?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS not working correctly on all Hueman sites’ is closed to new replies.