Tagged: x
-
AuthorPosts
-
June 22, 2016 at 10:47 am #1054512
bluetroop2Participanthttp://cardinal.bluetroop.com/
Hello, I’d like to remove the Facebook icon in the header portion of this web-site, but still keep it in the footer portion. How do I do that?
Also, when reducing the design down to smartphone screen size, the top line bar of text wraps and interferes with the mobile menu nav-bar icon. Is there a way I can correct that as well?
Thank you.
June 22, 2016 at 11:38 am #1054605
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.x-topbar .x-social-global { display: none; } .x-topbar { max-height: inherit; }Hope it helps 🙂
June 22, 2016 at 11:49 am #1054625
bluetroop2ParticipantThis reply has been marked as private.June 22, 2016 at 11:51 am #1054626
bluetroop2ParticipantSorry, here is a smaller image to see…
June 22, 2016 at 1:14 pm #1054774
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
@media (max-width: 500px) .x-topbar { padding-bottom:90px; } }Hope that helps,
Joao
June 23, 2016 at 10:09 am #1056449
bluetroop2ParticipantThis did not work. Can we try something else?
June 23, 2016 at 1:12 pm #1056733
JoaoModeratorHi There,
Sorry there was a missing curly bracket on the code:
Please place the following code to Appereance Customizer Custom CSS:
@media (max-width: 500px) { .x-topbar { padding-bottom:90px; } }Hope that helps,
Joao
June 24, 2016 at 4:19 pm #1058552
bluetroop2ParticipantYes, this works, thank you.
June 24, 2016 at 7:15 pm #1058674
JadeModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1054512 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
