Removing "more articles" under the footer of mobile menu (plugin)

Posted in: Newspaper
Post count: 23

Hello,

I installed today the mobile plugin. I’m very happy with it, the website loads much faster on mobile. But I would like to remove the “more articles” under the footer. I will add a screenshot to make it clear.

Screenshot : http://image.noelshack.com/fichiers/2019/17/4/1556223324-image-1.jpg

Can you help me ?

Thanks in advance

Post count: 18283

Hello !

In order to remove the “more articles” section under the footer you will need to ad this css code to your custom code tab in theme panel like here:
https://www.screencast.com/t/3JhVYiDOi

Thank you !

Post count: 23

Hello,

It works perfectly! Thanks for your help ! 🙂

EDIT : Actually it works only on the “Featured posts”. On the other articles, the “more articles” under the footer is still here

My website : https://racelab.io/

  • This reply was modified 7 years by Piastol.
Post count: 35449

Hi,

Please replace the custom css with this one ->
.single .td-more-articles-box{
display: none;
}

please make sure that you clear all cache after you set the code in theme panel.

Thanks.

Post count: 23

Hello,

It works now! Thank you for your help!

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