Okay
  Public Ticket #237489
Button at the Main Menu Bar
Closed

Comments

  • Beatriz started the conversation

    Hi,

    I would like to add a button on the rightmost side of the menu bar with the accent color (Red) and the word CONTACT US. This is to lead to the contact us page and replace the current contact us menu item in my site.

    Hope you can assist me. Thanks.

    -Bea

  •  8,839
    Tahir replied

    Hey Bea!

    Its seems like you already have a button in there. Please duplicate it in header.php and it should be alright. 

    Thanks


    ThemeNectar Support Team 

  • Kristy replied

    I am trying to add a similar button to our menu, could you share the code/how to do so?

    Thanks.

  •  8,839
    Tahir replied

    Hey Kristy!

    See screenshot: http://prntscr.com/3wpjqi you need to add the following html code as can be seen in shortcode:

    <li id="menu-item-custom-1" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-custom-1">
                                                                <a class="menu-item-custom-button" style="padding-bottom: 33px; padding-top: 5px;" href="http://www.mindlab-international.com/contact/">
                                                                    <span class="nectar-button accent-color regular-button" data-color-override="false" data-hover-color-override="false" data-hover-text-color-override="#fff" style="font-family: inherit; letter-spacing: inherit; padding: 8px 16px; color: rgb(255, 255, 255) !important; visibility: visible;">ENQUIRE NOW</span>
                                                                </a>
                                                            </li>
    

    Thanks


    ThemeNectar Support Team 

  • Kristy replied

    Thank you for the quick response. Very helpful!

    -Kristy

  • Beatriz replied

    Hi. Yes resolved it last night. Thanks for the reply though will just add in the code.