Home Forums Pro Themes Blogism Pro background of white title banner on front page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #144485
    lindaje
    Participant

    How do I remove the white banner background on the front page banner? The client wants white letters with no big white block around them. Or, the alternative would be to make the background transparent.

    #144489
    Psink
    Keymaster

    Hello Lindaje

    Please add this CSS in the Additional CSS

    
    .custom-header-enabled .branding-inner-wrapper {
        border: none;
    }
    
    .custom-header-enabled .site-branding {
        background: transparent;
    }
    

    have a great day

    Regards,
    Psink

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