Home Forums Pro Themes Blogism Pro Remove Banner

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #47091
    tnwadei
    Participant

    I’m currently using the blogism theme. With the theme, a banner is automatically generated using the site title and it’s tagline. I currently want to REMOVE this banner. Via theme options, I have unchecked the box for “show site title” and “show tagline”, BUT the small gray box the title and tagline were displayed on is still present. In other words, I have a small gray empty box at the top of my website, which previously had the title of my website in it. How do I remove this box? I currently have a custom header image as my banner, and this gray box is in the way.

    #47119
    wensolutions
    Keymaster

    Hello @tnwadei,

    To remove the gray box in the banner which appears even after disabling the site title and tagline use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .site-branding-wrapper {
        display: none;
    }

    Hope this helps .

    Best Regards!!

    Have a good day.

    #47168
    tnwadei
    Participant

    Perfect, it worked. Thanks!

    #47293
    wensolutions
    Keymaster

    Hello @tnwadei,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/blogism/reviews/

    Best regards !!

    #47364
    tnwadei
    Participant

    Will do!

    #47375
    wensolutions
    Keymaster

    Hello @tnwadei,

    Thank you very much and let us know if you have any issue further .

    Best Regards!!

    #60192
    Kathleen Vigiano
    Participant

    Two days wasted trying to remove that white box and all i had to do was a simple search. THANK YOU!

    #60208
    wensolutions
    Keymaster

    Hello @kvigiano,

    Nice to know that you have found the solution by yourself.

    If you have any issue further, please let us know.

    Best Regards!!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.