• Resolved Lbkulbicki

    (@lbkulbicki)


    Hello

    Love this banner- excellent work! I am using Themify corporate theme on my website and the banner covers the header: http://studylegalenglish.com/landing/ login just to this page with password ‘Simplebanner’
    Either the banner could be set to more opaque or some padding added. I had a look at other queries and tried adding some of the custom CSS but it dodn’t work. Any help would be much appreciated!!

    Thank you

    Louise

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Hi Louise,
    So unfortunately due to your theme we’re going to have to change the size of the simple banner and/or change the background color to more opaque.
    For opaque changes add this to the custom css:

    
    background: rgba(2, 73, 133, 0.5);
    

    Change the last number(0.5) lower or higher, values between 0 and 1, for more or less opaque.
    To change the size put the following in the custom css:

    
    height: 25px;
    .simple-banner-text {
        font-size: 12px;
        padding: 0px;
    }
    

    Adjust any one of those numbers to change sizing to your liking. Hopefully this works well enough for you.

    Thread Starter Lbkulbicki

    (@lbkulbicki)

    Thank you so much- done!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Covering Header’ is closed to new replies.