How to remove header image area from inner pages? - Acme Themes

Best Premium and Free WordPress Themes Forums Education Base Pro How to remove header image area from inner pages?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16399
    william holmes
    Participant

    is there css to do this? is there an easy way? I know you can remove the image in the customizer but it still leaves a grey box

    #16404
    acmesupports
    Moderator

    Hello william holmes,
    Please add the below css codes on Appearance > Customize > Additional CSS

    .inner-main-title {
        display: none;
    }

    Let us know the above css codes worked or not.

    Regards

    #16598
    larajohnson
    Participant

    Thankyou for replying and this is really helpful for me to add below the CSS codes

    #16600
    acmesupports
    Moderator

    Nice to know that your problem is solved.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.