Okay
  Public Ticket #2326301
changing background-color of header
Closed

Comments

  • zen_85 started the conversation

    I want to remove the background color of the header... 

    if i add a value like background-color: #00ff00 to .classic-menu the change fades anytime i load a new link with  ajax to the value rgb(15,16,16). - how can i disable that?

    actually i want no background-color add all for this bar.

    greetings, joe


  •  1,809
    Support replied

    try adding

    .classic-menu {
        background-color: #00ff00 !important;
    }

    so use !important


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • zen_85 replied

    thanks. that worked.