Two requests for the future.

Posted in: Newsmag
Post count: 31

1) Disable adsense in the individual articles.
2) Insert editing CSS in the single item.

Post count: 6535

Hi

Thanks for your suggestion. I’ve added them on or todo list and developers will consider them for future updates.

With regard at the second suggestion, you can target a specific post in theme panel > custom code > custom css by using postid-abc class. Each post have a unique class which contains its id, for example postid-11
A css which will target the post with id 11 will look like this:

.postid-11 .td-container{
background-color: red;
}

Thanks!

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