Customizing сategory view

Posted in: Newspaper
Post count: 48

Hello. How can I hide the title in the category and also hide the read more button under articles? Thank you.

Post count: 27744

Hello,

You can hide the read more with tagDiv Composer, flex block will find the option in the tab Layout https://i.imgur.com/nErhMJj.png, the same for Posts Loop.
The titles can be hidden only using a custom code Css. Please provide a link to your website.

Thank you!

Post count: 48

Hi)
Thank you for your answer.

This is website – gif2you.com
This is category, like example – https://gif2you.com/good-morning/
This is what i mean about title of category that i triyng to hide – https://monosnap.com/file/LWfygpy3a6dSp4sAziHgg4fiBJ4GYb
Can I hide headers in categories?

About “read more” buttons in categories… Same category for example – https://gif2you.com/good-morning/
This button that meant – https://monosnap.com/file/0W6J39SEAxPHbMoicNsZ13rbIh9CKB
I have tagdiv Composer – https://monosnap.com/file/vvs0MR97SbisHrKzHXCkwFqZ4sd8KN
But I can’t find how to use it for standard categories.

Thank you.

Post count: 27744

Hi,

Please try to use this custom code css
.category h1.entry-title.td-page-title, .category .td-read-more a
{
display: none;
}

Set the code in Theme Panel -> Custom code -> custom css.

Thank you!

Post count: 48

Wow
You are super! Thanks for your professionalism.
Everything worked out)

Post count: 27744

Hello,

I’m glad.
Please let us know if you have other questions.

Have a great day!

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