Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #244518
    Bastien Chilloux
    Participant

    Hi,

    What is the CSS code to hide the contact infos on blog and posts pages ?

    Thank you !

    #244541
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .blog #contact-section {
        display: none;
    }

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

    #244563
    Bastien Chilloux
    Participant

    And how to hide it on the posts pages ?

    #244585
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .single-post #contact-section {
        display: none;
    }

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

    #244605
    Bastien Chilloux
    Participant

    Exactly what I need ! Thank you !

    #244711
    Skandha
    Participant

    @bastienchill: Hello Bastien, 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/bold-photography/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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide contact infos on blog and posts’ is closed to new replies.