Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #994294
    thelistener
    Participant

    Hola X Team! I am in need of some assistance. I need to make the “For Limited Reservations” and the phone number in masthead of the site I’m working on look like the one attached. Also, how do I remove the underline on hover?

    #994382
    Rahul
    Moderator

    Hey there,

    #1. From my understanding, you can add a new layer into the slider revolution and add your data into it.

    #2. To remove the underline on menu item hover, please add the following CSS code via Appearance > Customize > Custom > CSS:

    .x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
    box-shadow: none !important;
    }

    Let us know how this goes!

    #994388
    thelistener
    Participant

    Rahul, so basically replace the menu with one made in Slider Revolution? I’m sorry I meant to say I need to customize the menu link to look like the attached image.

    #994830
    Friech
    Moderator

    Hi There,

    I did checked the site, there is the “reservations info” on the left of the header just like your screenshot. Would you mind to clarify what you’re trying to achieve, please.

    We’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thanks.

    #995358
    thelistener
    Participant

    Yes I was able to get that into the menu, but i couldn’t figure out the styling. “For Limited Reservations” is gray and a bit smaller than the number. Plus I need to align both lines to the right.

    #995495
    Thai
    Moderator

    Hi There,

    Please replace your navigation label with this:

    <span>For Limited Reservations</span><br>+1 941 356 8428

    After that add the following CSS under Customizer > Custom > Global CSS:

    .x-navbar .desktop .x-nav > li#menu-item-175 > a > span {
        font-size: 16px;
        text-align: right;
    }
    .x-navbar .desktop .x-nav > li#menu-item-175 > a > span > span {
        font-size: 14px;
        color: #000;
        display: block;
    }

    http://i.imgur.com/XJQLTxw.png

    Hope it helps 🙂

    #995938
    thelistener
    Participant

    Thank you so so so much!

    #996002
    Rahul
    Moderator

    You’re welcome!

  • <script> jQuery(function($){ $("#no-reply-994294 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>