Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #59011
    cocha
    Member

    Hello Sakin,

    Thanks for your work and your great theme!

    I activate the promotion headline on all the site. The link of it will redirect to my contact page. BUT, i’d like promotion headline appears in all the site but not on my contact page. I’d like to disable promotion headline on only that page, how could I do this?

    Please help me, it’ll be nice from you.

    Regards

    #59054
    Sakin
    Keymaster

    @cocha: There is no option to disable promotion headline only in particular page. But you can hide it using custom css. For that you need to find your page ID and then replace the ID 2026 in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    .page-id-2026 #promotion-message { display: none; }

    Note: You might want to check out Catch IDs plugin to find your page ID. https://wordpress.org/plugins/catch-ids/

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Promotion headline: disable on a specific page?’ is closed to new replies.