Tagged: x
-
AuthorPosts
-
May 12, 2016 at 9:00 am #987793
minyonaParticipantWith button on the top right and links on the top left, including phone number, but not including the navigation drawer that this site has: http://www.miami-institute.com/
May 12, 2016 at 12:05 pm #988105
JoaoModeratorHi There,
This is defenitly Possible
Please follow this example:
Top Bar Content @ Customizer / Header
<a href="#holder" title="Holder Link">Secondary</a> • <a href="#holder" title="Holder Link">Navigation</a> • <a href="#holder" title="Holder Link">Can</a> • <a href="#holder" title="Holder Link">Go</a> • <a href="#holder" title="Holder Link">Up</a> • <a href="#holder" title="Holder Link">Here</a> <div><a href="#holder" title="Holder Link" class="topbarbutton">Button</a> </div>CSS @ Customizer / Custom / CSS
.x-topbar .x-social-global { display: none !important; } .topbarbutton { float: right; padding: 10px 20px; background-color: #27ae60; color: #fff; padding-top: 10px; margin-top: -8px; } .topbarbutton:hover{ padding: 10px 20px; background-color: #27ae80; box-shadow: none; margin-top: -8px; }Please adjust the size and colors according to your wishes.
Hope that helps,
Joao
May 12, 2016 at 12:22 pm #988142
minyonaParticipantSo awesome. How would I adjust the colors of the links on the top left?
May 12, 2016 at 4:10 pm #988503
JoaoModeratorHi There,
Please add this code at your your Custom / CSS
.x-topbar .p-info a { color: red; } .x-topbar .p-info a:hover { color: green; }Hope that helps,
Joao
May 12, 2016 at 4:36 pm #988561
minyonaParticipantthat helped, but it’s wrapping and the last link is always going to the next line. And what if I also want to include a phone number that is not a link, like the miami institute?
May 12, 2016 at 4:36 pm #988563
minyonaParticipantThis reply has been marked as private.May 12, 2016 at 10:18 pm #989034
LelyModeratorHi There,
Please add the following CSS to stop from wrapping:
@media (min-width: 768px){ .x-topbar .p-info { width: 50%; } }You can add something like this:
<span>Phone Number here</span>Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-987793 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
