Tagged: x
-
AuthorPosts
-
July 14, 2016 at 8:44 pm #1087803
chflynnParticipantHow do I make the logo fill the whole header space? Lines are notable top and bottom. I added CSS to change the topper color, but on small screens there is a white background where the text is, how do I change the inner color.
July 15, 2016 at 2:39 am #1088159
RupokMemberHi there,
Thanks for writing in! You have added the below code which causing the border lines :
.x-logobar-inner { padding-bottom: 15px; padding-top: 15px; }You can add the below code to change the background and color of Topbar content :
.x-topbar .p-info { background-color: transparent; color: #fff !important; }Hope this helps.
July 15, 2016 at 7:49 am #1088422
chflynnParticipantThanks. I don’t see this code in the customizer. I would like the image to be full width and no lines.
.x-logobar-inner {
padding-bottom: 15px;
padding-top: 15px;
}July 15, 2016 at 10:40 am #1088652
JoaoModeratorHi There,
Add the following code to Appereance Customizer Custom CSS
.x-logobar-inner { padding-bottom: 0px !important; padding-top: 0px !important; }If you need more help with customization please provide a more detailed description of what you are tying to achieve and even better if possible a mockup
Note that you have grey lines which are part of your image right now.
Hope that helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1087803 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
