Remove Header - Acme Themes
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5901
    David
    Member

    Hello,

    I am trying to remove the header image, since I dont wont it at my page. How can I remove it?

    David

    #5902
    acmesupports
    Moderator

    Hello David,
    Thanks for your question. In the case of header images on every page, there is no any options to remove it. This theme is designed in the such way that if featured image is not set, default image will display and the page title is displayed above the header image. If you hide that section, the page title will also hide. So, we recommend you to use the header image for each page.
    If you really want to remove it, you have to do some custom CSS work for it. Please add this below CSS on your child theme style.css file.

    .inner-main-title {
        background: none;
        background-color: #f88c00;
    }

    Hope, this code will help you to solve your issues.

    Regards,
    Acme Supports

    #6295
    Reed
    Participant

    Is there a way to decrease the size of the header image requirements? I know we are not able to completely remove it, as stated above, but are we able to make the image smaller in any way?

    #6306
    acmesupports
    Moderator

    Please try once by adding this CSS codes.

    .page .wrapper.inner-main-title.init-animate.fadeInDown.animated {
        height: 50%;
    }

    hope, it will help to meet your requirements.

    Thanks

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