Tagged: x
-
AuthorPosts
-
September 4, 2016 at 10:19 am #1160632
TomasJarvlingParticipantHi 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
September 4, 2016 at 11:37 am #1160697
ChristianModeratorHey 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.
September 4, 2016 at 11:47 am #1160709
TomasJarvlingParticipantPerfect. 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
September 4, 2016 at 12:03 pm #1160717
ChristianModeratorPlease 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. 🙂
September 4, 2016 at 12:11 pm #1160722
TomasJarvlingParticipantthanks. 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?
September 4, 2016 at 12:44 pm #1160736
ThaiModeratorHi 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 🙂
September 4, 2016 at 1:22 pm #1160759
TomasJarvlingParticipant100% perfect
September 4, 2016 at 7:56 pm #1161010
RadModeratorGlad to hear that!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1160632 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
