Okay
  Public Ticket #2686103
CTA Button menu navigation
Closed

Comments

  • riponad2 started the conversation

    Hello

    I need to change the colour of the CTA on the main menu without changing the colour for mobile users as a background colour in the menu.

    How can I change this button colour to green?

    Thank you


  •  8,848
    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):

    #top nav > ul > .button_solid_color > a:before, #header-outer.transparent #top nav > ul > .button_solid_color > a:before {
        background: #81d742 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • riponad2 replied

    Works like a charm - thank you very much.