Remove "Latest Articles"-text in mobile theme

Posted in: Newspaper
Post count: 6

What’s the class to hide the “latest articles”-text? Can’t find it.

Post count: 6

Nobody?

Post count: 20688

Hi,

You could remove the Latest articles only on mobile if you are using the mobile theme, with this code
https://www.screencast.com/t/fSUg7l4fa6W
Just enter it in Theme panel->Mobile theme Custom Css code

.td-pb-article-list .block-title span {
display: none;
}

Thanks

Post count: 6

It IS the mobile theme with a lot of customizations in the footer. I didn’t find the class to remove the text “Latest Articles”.

So, thank you for the class. Now it is how I wanted it.

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