• The green button in the menu. How do i change the font colour please ? I always struggle to locate the correct CSS when i do an inspection. Many Thanks

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

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter nichere

    (@nichere)

    Thanks Amit – #7a7a7a

    if you look at my website you can see it kind of flickrs the white text when hovering

    Add This one in customize > custom CSS/JS. Change color as per your need.

    #site-navigation-wrap .dropdown-menu>li.btn>a:hover>span {
    color: green;
    }

    Alternatively, you can do it using the below setting.

    customize > header > menu and find “DROPDOWNS STYLING”. change the link color and hover link color.

    Thread Starter nichere

    (@nichere)

    working now thanks. Though i had to use the custom css. It would not work via dropdown styling

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Button CSS’ is closed to new replies.