Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #283446
    piter seil
    Participant

    Goodmorning,

    When I go on a page of the Menu (for exaple “Contact”),under the content of the page, the content of home page is shown.
    I would like each page to be isolated.
    how can i do?

    Thanks

    #283473
    Skandha
    Participant

    @piter-seil: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) #first {
        display: none;
    }

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

    #283613
    piter seil
    Participant

    It works, thank you! 🙂

    #283671
    Skandha
    Participant

    @piter-seil: 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. Have a good day! 🙂

    Kind Regards,
    Skandha

    #283686
    piter seil
    Participant

    just left feedback,

    thank you 🙂

    #283691
    Skandha
    Participant

    @piter-seil: Thank you for your wonderful review. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to isolate menu pages’ is closed to new replies.