Okay
  Public Ticket #1564187
Remove the menu background colour
Closed

Comments

  • andrewbcs started the conversation

    Hi,

    How can I remove the orange colour from the background of the selected page that is open as shown in the attached screengrab?

    Thanks,

    Andrew

  • [deleted] replied

    Hi Andrew,

    Please go to your Custom CSS area, and from this CSS code:

    li.current-menu-item a span {
        background: #f7c016;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    you can remove the :

    background: #f7c016;

    Thanks and have a great weekend!

  • andrewbcs replied

    Hi,


    tried that and it is still there, any other suggestions?


    Thanks,

    Andrew

  • [deleted] replied

    Hi Andrew,

    I tested the code before sending it to you. It is working for me as it should (video). Please check it again.