I guess an easy problem for you. centre the headline and remove text under artic

Posted in: Newspaper
Post count: 8

Hey guys, can you help me by doing this?
i want the headline to be on the left,
and under the post the red marked text to be not shown.
hope you can help how i can solve that.

https://kampfsportupdate.de/wp-content/uploads/2018/06/screenshot-1.png

Post count: 20688

Hi,

The title could be aligned to the left with a code like this
https://www.screencast.com/t/mKj2cmtRxrg
I also added a small margin you can remove that if needed, or modify it. If you remove it the title will be like this
https://www.screencast.com/t/X3nkqpWe6U

.td_block_template_14 .td-block-title > * {
float:left;
margin-left: 10px;
}

The code can be entered in Theme panel->Custom CSS section.

That text is the post excerpt. Some block modules show an excerpt, others do not. Here you can see how all the blocks look
https://demo.tagdiv.com/newspaper/block-1/
Here you can see what modules each block contains
https://forum.tagdiv.com/theme-blocks-modules/
If you want to use a block that displays an excerpts and remove it, enter the value of 1 in it’s excerpt settings
https://forum.tagdiv.com/excerpts-introduction/

Thanks

Post count: 8

Thank you very much

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