Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #372242

    Hi there, having an issue where my header which should be all black, is changing to transparent when i log out of the admin panel.

    I included screenshots of the issue, is clear to see the page backround in the second image, instead of solid black. Transparent header is disabled in Enfold options.

    Would this possibly be caused by the CSS I added to make the social icons and phone number bigger? I was told by moderators to add the following:
    @media only screen and (min-width: 767px) {
    .phone-info {
    position: relative;
    top: 20px;
    font-size: 24px;
    }
    #top #header .social_bookmarks li a {
    font-size: 30px;
    line-height: 80px;
    min-height: 80px;
    width: 80px;
    }}

    Thanks in advance.

    #372257

    Hey Brutalben!

    Try using this CSS instead.

    .header_color .header_bg {
        background: none repeat scroll 0 0 #111 !important;
    }

    Regards,
    Elliott

    #372271

    Appears to be working now, thanks!

    • This reply was modified 9 years, 5 months ago by Brutalben.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Webpage header changing from solid black to transparent (screenshots included)’ is closed to new replies.