Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1087803
    chflynn
    Participant

    How 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.

    http://dd0.1bb.myftpupload.com/

    #1088159
    Rupok
    Member

    Hi 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.

    #1088422
    chflynn
    Participant

    Thanks. 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;
    }

    #1088652
    Joao
    Moderator

    Hi 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

  • <script> jQuery(function($){ $("#no-reply-1087803 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>