Remove Categories

Posted in: Newspaper
Post count: 39

HI There,

Please tell me – how do I remove the categories as displayed in the footer?

I have looked through the Panel and Widgets, and do not see it.

Thank you!

SiTE: http://fodphotosite.com (bottom right)

Post count: 23312

Hello webowner001,

I have checked your website and I saw that you are using the footer template style 2 which come default with the theme. Please notice that your actual footer template contains 2 blocks which are added automatically by the theme in this footer template. So, if you want to have your own custom footer template, you will have to use the footer template style 5 because this support to do what type of changes you want, using the Footer 1,2,3 from your Widgets section in WordPress. So, if you want to hide the Popular Category from your website, you can use the code below and place it in Theme panel->Custom CSS area.
The code is ->

.td-footer-template-2 .td_block_popular_categories{
display:none;
}

Also, for more information about footer template, please consult here -> https://forum.tagdiv.com/footer-templates/

Thanks for your understanding!

Post count: 39

Hi There,

Thank you for the CUstom CSS code, I have removed the Categories – BUT, please tell me:

How do I remove the Popular Posts?

Where exactly is the Footer-Template 2 page? And/Or what Code do I need to enter to remove Popular Posts. My idea, is to add a module where by I can select the posts and in what date I want to display there.

Please advise the correct code to find and remove through perhaps “footer.php”? Or, where else is Template 2 – Footer?

Thank you so much.

Post count: 23312

Hello webowner001,

If you want to remove the Popular Posts Block, please notice that you will have to use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-footer-template-2
.td-pb-span4 .td_block_7 {
display:none;
}

The result -> http://screencast.com/t/kmuj61AiX

You will not have to erase the footer.php, just only what I presented you above.

Thanks.

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