Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #292694

    Hi, i’ve moved the phone and increase the font size using this https://kriesi.at/support/topic/header-phone-numberextra-info/
    but i’m left with a white background at the top and bottom of my header, this white is not there when the header phone is disabled, am i able to remove the white completely?

    • This topic was modified 11 years ago by daza84. Reason: adding myself to email notification
    #292732

    Hey!

    Try adding this code to the Quick CSS:

    #header_meta {
        min-height: 0 !important;
        height: 0 !important;
    }

    Cheers! 
    Josue

    #293492

    Thanks Josue, this removed the white bar at the top of the header, but the white bar at the bottom of the header still remains

    Cheers.

    daz.

    #293505

    Hi!

    Thank you for the update.

    You can use this on Quick CSS or custom.css:

    .header_color .header_bg {
    background-size: cover !important;
    }

    Cheers!
    Ismael

    #293596

    Great, thanks Ismael!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header Phone background’ is closed to new replies.