Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #288902
    Mette
    Participant

    Hi
    Im using the free “Clean Education” template, and I cant finde where to disable the frontpage page headline??
    It is shown, further down on the frontpage, can anyone help me?

    Knabstrup Skytteforening

    Hope anyone can help

    Best regards
    Mette

    #288905
    Skandha
    Participant

    @mette: Hello Mette,
    To remove the title from homepage
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #primary .entry-title {
        display: none;
    }

    If you want to remove the whole area covering the title use the following CSS Code instead.

    .home #content {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #288953
    Mette
    Participant

    This was perfect, thank you

    Best regards
    Mette

    #288954
    Skandha
    Participant

    @mette: Hello Mette, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-education/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Have a problem with the frontpage headline showing!’ is closed to new replies.