Latest post tab

Posted in: Newspaper
Post count: 3

I have a latest post tab showing in the widget section right behind an image http://www.screencast.com/t/zwtHJBQLuH
how do i get rid of it.
regards

Post count: 23312

Hello aslam,

If you want to get rid of this feature, you have to use a bit of CSS to hide it. Please try the code below and add it in Theme panel-> Custom CSS area.

The code is ->

.td-category-pulldown-filter {
display:none;
}

If is not what you mean and if you need more assistance in this regard, please provide more details about your desired changes and also provide your website URL so I can further inspect it.

Thank you for the message!

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