Okay
  Public Ticket #2738526
Would like to override button accent color for specific button
Closed

Comments

  •  1
    ncccpr started the conversation

    Hello,

    I would like to override the button accent color for the 'Apply Today' button in my navigation. I would like to use the color (#005587). I am unable to choose that color in the dropdown of options in the appearance settings. Can you provide the CSS I would need to target that button?

    Kind Regards,
    Corey

  •  8,402
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #header-outer:not(.transparent) li.menu-item-5948 > a:before {
        background-color: #005587 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    ncccpr replied

    Thank you so much!