Tagged: x
-
AuthorPosts
-
September 20, 2016 at 7:11 am #1183026
MarcoParticipantHi, I want to switch to Icon and have exact the same header (Desktop and Mobile) like The Curated Travel.
Is that possible? Thx in advanced!site url: magazine ibiza . com
Current stack: Ethos
Latest version of X and CornerstoneSeptember 20, 2016 at 7:30 am #1183044
Paul RModeratorHi Marco,
Yes, you can switch to icon then add this in Custom > Css in the customizer.
.home .x-navbar { border-bottom: 0; box-shadow: none; background-color: transparent; position: fixed; width: 100%; top: 0; transition: 0.3s all ease-in-out; } .home .x-navbar.x-navbar-fixed-top { border-bottom: 1px solid #ccc; background-color: rgba(255,255,255,0.9); }Hope that helps.
September 20, 2016 at 2:40 pm #1183617
MarcoParticipantHi,
Thx for the code but on the Curated travel the navbar-text is white and navbar fixed it is black?
And is it possible to have an image/slider UNDERNEATH the navbar?Thx!
September 20, 2016 at 5:12 pm #1183772
NicoModeratorHi There,
Would you mind sharing us your URL again so we could check your setup. I have tried the given URL above however I believe that it is not the right URL
Thanks.
September 21, 2016 at 1:58 am #1184246
MarcoParticipantHi Nico, Yes that’s correct. At the moment I’m developing local but the dev. environment is not accessible via internet.
I’m working on it. Get back to you as soon as possible.Thx! Greetz
September 21, 2016 at 4:21 am #1184349
FriechModeratorSure thing, and if you would not mind please provide us a screenshot of your header design.
Thank you.
September 23, 2016 at 6:16 am #1187790
MarcoParticipantThis reply has been marked as private.September 23, 2016 at 7:32 am #1187840
JoaoModeratorHi There,
dev.brownmountain.design does not work.
Would you mind clarifying what you mean it?
Thanks
Joao
September 23, 2016 at 8:47 am #1187908
MarcoParticipantThis reply has been marked as private.September 23, 2016 at 3:33 pm #1188317
JadeModeratorHi Marco,
You can add this under Custom > CSS in the Customizer.
.masthead-inline { position: absolute; top: 0; left: 0; width: 100%; } .x-navbar .desktop .x-nav > li > a { color: #fff; } .x-navbar.x-navbar-fixed-top .desktop .x-nav>li>a>span { color: #000; }Hope this helps.
September 23, 2016 at 4:22 pm #1188373
MarcoParticipantTop, Top, Top! Thx!
September 23, 2016 at 8:14 pm #1188642
JadeModeratorYou’re most welcome Marco.
September 26, 2016 at 4:54 am #1190566
MarcoParticipantHello Jade,
Just one more question.
Is it possible to change the logo image in the fixed menu from white to dark?
See images attached. Thxin advanced!September 26, 2016 at 5:06 am #1190583
MarcoParticipantAnd is it possible to have the transparent header (with white text) ONLY on the homepage? Thx 🙂
September 26, 2016 at 5:50 am #1190622
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> JavaScript :
jQuery(document).ready(function($){ $(window).scroll(function(){ if ($(this).scrollTop() > 50) { $('.x-brand.img img').attr("src","http://dev.brownmountain.design/wp-content/uploads/2013/07/Emporium_2013_Area7_Hardstyle_XXlerator_decor_design.jpg"); } else { $('.x-brand.img img').attr("src","//dev.brownmountain.design/wp-content/uploads/2016/09/BrownMountain_icon_YT.png"); } }); });Please find this code :
.x-navbar .desktop .x-nav > li > a { color: #fff; }And update it to :
.home .x-navbar .desktop .x-nav > li > a { color: #fff; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1183026 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
