Removal of titles

Posted in: Newspaper
Post count: 18

Is it possible to remove the Title view in Flox Block – as in the attachment?

https://kochaniemoje.pl/wp-content/uploads/2023/07/title.jpg

Post count: 27744

Hello,

I think that is the button read more, yes you can hide it from the tab Layout -> https://i.imgur.com/zGcFBE1.png

Thank you!

Post count: 18

Thanks for the answer, but I don’t mean the button. My button is hidden. I want to hide the article TITLE.

Post count: 27744

Hi,

The titles can be hidden only using a custom code Css. You can use this code .td_module_wrap .entry-title
{
display: none;
}

Please set the code in the theme panel > custom code> custom css.
Thank you!

Post count: 18

Hi, Anamaria
The code you provided deletes ALL titles for me. Is it possible to remove the title of an article in a selected module?

Post count: 21065

Hello @bardzolubie!

Set 0 for the article title in the Style tab: https://prnt.sc/hBQvnF-2Ny2h
Delete the previous CSS code.

Thank you!

Post count: 18

Thank you VERY MUCH. It works OK. That I did not come up with such a solution myself 😀 😀

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