Tagged: x
-
AuthorPosts
-
January 28, 2017 at 9:54 am #1348916
ThaiModeratorHey There,
Please add the following CSS:
body.blog .x-navbar .desktop .x-nav > .menu-item > a > span, body.single-post .x-navbar .desktop .x-nav > .menu-item > a > span, body.blog .x-navbar.x-navbar-fixed-top .desktop .x-nav > .menu-item > a > span, body.single-post .x-navbar.x-navbar-fixed-top .desktop .x-nav > .menu-item > a > span { color: #000 !important; }Hope it helps 🙂
January 28, 2017 at 1:15 pm #1349000
brendanduggan11ParticipantYes it did. Almost.
Now I would like to have the logo appear along with the text when the pages initially load. As well as remove the border.
Thank you
January 28, 2017 at 11:18 pm #1349304
ChristopherModeratorHi there,
Please remove this code from customizer and add it under home page/cornerstone settings tab/custom css:
.x-brand.img { display: none; }Add this code in customizer :
.blog .x-navbar.x-navbar-fixed-top, .single-post .x-navbar.x-navbar-fixed-top { box-shadow: none !Important; }Hope it helps.
January 30, 2017 at 3:13 pm #1351356
brendanduggan11ParticipantCould not find the code you mention in my customizer to remove
.x-brand.img { display: none; }nor do I understand where to find “under home page/cornerstone settings tab/custom css:”
January 31, 2017 at 12:00 am #1351835
ChristopherModeratorThis reply has been marked as private.January 31, 2017 at 8:26 am #1352253
brendanduggan11Participantok thanks, it kinda worked.
The one step I don’t understand is “and add it under home page/cornerstone settings tab/custom css:”
is this the step that would make my logo transition onto the navbar in my homepage upon scrolling down? Because as of now the logo is appearing along with the menu text, where as I would like it to transition in along with the navbar background.
but only for my main page!!!!
My blog page and blog posts are now working how I want them to.
Thank You
January 31, 2017 at 11:01 pm #1353196
ChristopherModeratorHi there,
Please see the attachment, add following code under home page/cornerstone settings tab/custom css:
.x-brand.img { display: none; } .x-navbar.x-navbar-fixed-top.shadow .x-brand img { display: block; }Hope it helps.
February 1, 2017 at 7:27 am #1353629
brendanduggan11Participantok just about, I would like the logo to transition in along with the background rather then just instantly appear.
Also now the navbar background is black from the top of the page to just below the letters in the menu options. How do I remove it. Its hard to see now because the videolayer is dark also but if I would change to a lighter layer in the future it will show up alot more.i seemed to have fixed it.but still need the logo to transistion in on the main page over 2.5 secs like the navbar.
Thank You!
February 1, 2017 at 4:42 pm #1354370
RadModeratorHi there,
Please replace this CSS,
.x-brand.img { display: none; } .x-navbar.x-navbar-fixed-top.shadow .x-brand img { display: block; }With this
.home .x-brand.img { opacity: 0; -webkit-transition: opacity 1s; /* Safari */ transition: opacity 1s; } .home .x-navbar.x-navbar-fixed-top.shadow .x-brand.img { opacity: 1; } .home .x-brand img { display: block !important; }Hope this helps.
February 1, 2017 at 5:59 pm #1354428
brendanduggan11Participantyes it worked. thank you very much.
February 1, 2017 at 7:12 pm #1354566
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1343458 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
