• acekash

    (@acekash)


    How can I get rid of the overlay on the header or featured image in the premier theme

    Also is it possible to remove the container for the site logo since i would like to use the header image as the logo itself

    please advice

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Template Express

    (@danstriker)

    Hello,

    the overlay shape is an integral part of the design and it would take a lot of style changes to remove it. You could increase the height of the top container to something like:

    #topbar_container {
        height: 120px;
    }

    but you will have to altar other design elements to get it right.

    Can you remove the tint?

    Theme Author Template Express

    (@danstriker)

    to remove the tint:

    .entry-header-wrap:before {
        background: none;
    }

    I’m attempting to remove the tint as well, in what file do you put

    .entry-header-wrap:before {
    background: none;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: Premier] Header Image Overlay’ is closed to new replies.