Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1160632
    TomasJarvling
    Participant

    Hi guys.
    Need some help.
    On this page: http://lasatter.jarvendesign.se I am working on a page for a new customer. I would like to have a button “Book here” somewhere above the menu (so that the button is always there) linking the visitor to the booking page.
    Do you know how I could do this?

    Tomas

    #1160697
    Christian
    Moderator

    Hey Tomas,

    In Appearance > Customize > Header, enable the Topbar and insert

    <a href="#" class="x-btn">Book Here</a>

    as content. Change # with your URL.

    Thanks.

    #1160709
    TomasJarvling
    Participant

    Perfect. Is it possible to remove the line underneath it and style it like the buttons in the head menu (rounded and with a gray border)

    Tomas

    #1160717
    Christian
    Moderator

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .x-topbar {
        border-bottom: 0;
    }
    
    .x-topbar .p-info {
        float: right;
    }

    Hope that helps. 🙂

    #1160722
    TomasJarvling
    Participant

    thanks. The line underneath was removed. But is it possible to style this button as one of the buttons in the main menu, rounded corners, soft gray border etc?

    #1160736
    Thai
    Moderator

    Hi There,

    Please try with this CSS:

    .x-topbar .p-info a.x-btn {
        border: 1px solid rgba(0,0,0,0.075);
        color: #c8b46f;
    }

    Hope it helps 🙂

    #1160759
    TomasJarvling
    Participant

    100% perfect

    #1161010
    Rad
    Moderator

    Glad to hear that!

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