Okay
  Public Ticket #259312
Transform "Contact" Button From The Main Menu of My Site in a CTA
Closed

Comments

  • Jussimir started the conversation

    Hi! I want to wrap only the "contact" button from the main menu of my site on a blue color rectangle and make its text white - the objective is capture attention to it from my landing page visitors. How can I do that on salient?

  •  8,839
    Tahir replied

    Sure, Add this into the Custom CSS box located in your Salient Options panel :

    header#top nav ul li#menu-item-971 a {
        background: #1e73be;
        padding: 10px 10px !important;
        color: #fff !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Jussimir replied

    Well I added the code to the custom css box on salient options and It doesn´t worked, the website has remained the same.

  •  8,839
    Tahir replied

    Hey!

    Please clear your W3C cache so the css is visible on the page.

    Thanks


    ThemeNectar Support Team