Tagged: x
-
AuthorPosts
-
February 12, 2017 at 9:05 pm #1368383
Rick MParticipantHow do I remove logo from home page only?
I’d like the positioning as is on all other pages.
All current versions and plugins.
February 12, 2017 at 10:54 pm #1368439
NicoModeratorHi There,
Thanks for writing in.
Little confuse of what you mean by “only centered as is on all others”. Would you mind sharing us more details. Thanks.
To remove logo for homepage only, you could add this in your customizer > custom > CSS:
body .home .x-navbar .x-brand.img{ display:none; }Let us know how it goes.
Thanks.
February 12, 2017 at 11:03 pm #1368446
Rick MParticipantRemove from this page – http://rawdogfoodandco.com see attachment
Display on all other pages in the center of the page. Like on this page – http://rawdogfoodandco.com/raw-dog-food-blog/
See attachment.
February 12, 2017 at 11:06 pm #1368448
Rick MParticipanthere’s attachment.
February 12, 2017 at 11:19 pm #1368457
RupokMemberHi there,
Thanks for writing back. The code is already provided to remove from home page :
body .x-navbar .x-brand.img { display: none; }And it’s already centered on all pages so not sure what else you are trying to achieve.
February 13, 2017 at 10:51 am #1369144
Rick MParticipantthe code you provided removes from all pages
Here’s what I have in custom CSS:

media (max-width: 979px) {
.masthead-inline .x-btn-navbar {
display: none !important;
}
}body .x-navbar .x-brand.img {
position: absolute;
left: 50%;
margin-left: -75px;
}body .x-navbar {
min-height: 100px;
}body .x-navbar .x-brand.img {
display: none;
}February 13, 2017 at 12:03 pm #1369248
JadeModeratorHi there,
Please change this code:
body .x-navbar .x-brand.img { display: none; }to
.home .x-navbar .x-brand.img { display: none; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1368383 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
