Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #178033
    clementms
    Participant

    Hello I want to remove the Blog Section in the Rock Star Free Version Theme. It gives me the “error 404 – page not found” … I wanted to remove the whole Blog section from the cover page. Is that possible?

    I removed the “Hello World” Page for Blog Posts …

    The website is http://www.wickedlongday.com

    #178061
    sapana
    Participant

    @clementms:If you want to hide that content section of blog page from home page then you can use the following css code
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .home #content {
        display: none;
    }

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    #178104
    clementms
    Participant

    You are wonderful!! Thank you so much.

    #178220
    sapana
    Participant

    @clementms:Hello, there,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/rock-star/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.

    Kind Regards,
    Sapana

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