Okay
  Public Ticket #284067
Colored Button in Menu
Closed

Comments

  • Jonathan started the conversation

    I want to accomplish 3 things.

    1.)  I want a call to action style button on the "Build a Quote" link in my top nav menu.

    2.)  I want to have a different site title from my footer copyright

    3.)  I want to know why the Nectar Slider text is blurry in Safari on my site and not in other browsers.  NOTE - it isn't the browser your demo text is sharp in Safari!!!

    Please advise,

    Jon

  •  8,839
    Tahir replied

    Hey!

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

    body #header-outer header#top nav > ul > li#menu-item-1333 > a {
        background: #e4704f!important;
        padding-bottom: 15px !important;
        padding-top: 15px !important;
        margin-top: 15px !important;
        color: #fff !important;
        opacity: 1 !important;
    }
    

    2: You can edit it in footer.php .

    3: Try changing the font-size . 

    Thanks 


    ThemeNectar Support Team