Okay
  Public Ticket #3375354
Changing the text color
Closed

Comments

  •  3
    nasser135 started the conversation

    Hello, I just want to change the color of my "top navigation menu".


    Which is the button in my menu that has the mobile number.


    I just want to make the color of the text black.


    I didn't find any solution.


    Please help.

  •  1,877
    Judith replied

    Hi there,

    Thanks for choosing.

    Please try this css:

    body #header-outer[data-has-menu][data-format] header#top nav ul.sf-menu li.menu-item.menu-item-6183[class*="menu-item-btn-style"] > a *:not(.char), body #header-outer[data-has-menu][data-format] header#top nav ul.sf-menu li.menu-item.menu-item-6183[class*="menu-item-btn-style"] > a:hover *:not(.char) {
        color: black !important;;
    }

    Thanks.