Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3692835
Disable Ads on certain posts/pages
Closed

Comments

  •  4
    Mark started the conversation

    Hello team

    Seeking your advice, please? I want to disable the display of ads on certain pages.

    I was hoping there was a setting/slider in the same way that you can hide titles, breadcrumbs and other items on certain posts/pages.

    On certain pages (eg Newsletter sign-up page or a "contact us" page, I want to disable ads to ensure they are not causing a distraction for the reader/website visitor.

    Is there a way I can disable the ad settings on a post-by-post or page-by-page basis?

    Thank you very much

    Mark

  •  2,539
    PenciDesign replied

    Hi,

    Please send me the URL of the contact us or newsletter page. I'll check it and then send you a quick guide.

    Regards,
    PenciDesign.

  •   Mark replied privately
  •  2,539
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    body.page-id-9960 .penci-google-adsense,
    body.page-id-9901 .penci-google-adsense {
        display: none;
    }

    Regards,
    PenciDesign.



  •  4
    Mark replied

    Excellent - Thank you.