How can I change/delete Subtitle on Mobile Plugin Category Page?

Posted in: Newspaper
Post count: 53

I recently switched to present my mobile content via the plugin (for loading speed reasons).
But I always have this Subtitle on Category Pages (actually this is one existing category “250 Jahre Zeitungsgeschichte”). http://www.hasepost.de

the content in the red frame should be edited

Post count: 27744

Hello,

To hide this subtitle, you need to use a custom code css
.td-category-siblings
{
display: none;
}

Set the code in Theme Panel -> Mobile Theme -> Custom Code -> Custom CSS.

Thank you!

Post count: 53

it worked – thank you!

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