Full width background ad

Posted in: Newspaper
Post count: 14

Hello,

Is it possible to have the background ad working on every page but have it disabled on select pages? I have some custom full width pages and when I turn on background click ad it ruins the page. How do I go about turning background off for these select pages with full width pages?

Post count: 23312

Hello yycnow,

You can set the background ad from Theme panel, like this: http://screencast.com/t/xPrdwSYa

If you want to rule out a background ad for a speccific page, it is neccessary to target the page ID wich do not want to have the background ad. Please try the code below and place it in Theme panel->Custom Css area like this: http://screencast.com/t/rZoyKez3Tt

.page-id-898 {
pointer-events: none;
cursor: default;
}
.td-content-wrap {
pointer-events: initial;
}

Above I gave you an example for one page that I do not want to have backgorund ad. If you have more than one, you have to put this separately by comma. The page ID you should find like this: http://screencast.com/t/sDV230NG

Hope this helps and let us know how it goes!

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.