Okay
  Public Ticket #2774573
De kleur van een button
Closed

Comments

  • Ottelien started the conversation

    On this site you have 3 buttons in the main menu. The button with the text "Offerte aanvragen" has to get a another background-color #ec891f instead of the green it is now. I have tried everything i can't find anything nothing works. So can you send me the CSS code please??

  •  1,882
    Judith replied

    Hi Ottelien,

    Please try this css:

    #header-outer:not([data-format="centered-menu-under-logo"]):not([data-format="centered-menu-bottom-bar"]) #top nav>ul>li[class*="button_"]>a:before {
        background-color: #ec891f !important;
    }

    Thanks.

  • Ottelien replied

    With that code all of the buttons in the main menu get the orange color, Is there an code that you can send me that only the button with the following text "OFFERTE AANVRAGEN" get the orange color

  • Ottelien replied

    With that code all of the buttons in the main menu get the orange color, Is there an code that you can send me that only the button with the following text "OFFERTE AANVRAGEN" get the orange color


    Only this button "OFFERTE AANVRAGEN" has to get the orange background-color

  •  1,882
    Judith replied

    Hi There,

    I see this button is orange, did you find a fix for it?

    Thanks

  • Ottelien replied

    Yes I already found it. It was with the code that you send me but I did replace the class "button"with the class of that menu item and it works. So thank you very much for helping me

  •  1,882
    Judith replied

    Hi Ottelien,

    We are glad we could help.

    Thanks.