Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #247329
    Paulo van Cuijck
    Participant

    Hi,

    Is it possible to show the Contact Section on one other site page, the same way as on the homepage? I like it to appear here too: https://spotonlichtontwerp.nl/contact/
    Note: it should only appear there and on the homepage, not on the other pages of my site.
    Do I need to include shortcode for this?

    Regards,
    Paulo

    #247388
    Skandha
    Participant

    @paulospotonlichtontwerp-nl: Hello Paulo,
    First of you will need to enable the Contact Section on Entire Site.

    Then,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home):not(.page-id-5520) #contact-section {
        display: none;
    }

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

    #247541
    Paulo van Cuijck
    Participant

    It works out. I applied it on one more page, adding the specific code of it.
    Thanks Skandha.

    #247634
    Skandha
    Participant

    @paulospotonlichtontwerp-nl: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Contact Section possible on one other page than homepage?’ is closed to new replies.