Form title customization

Posted in: Newspaper
Post count: 4

Hi, I put PageBuilder + Latest Articles + pagination on my website’s homepage. I would like to change the title “last articles” and do it like in the business theme demo with the thin line above the title. If I change colors from the theme panel, the title inserts it in the middle of two thick lines. How should I do? Thank you.

Post count: 20688

Hi,

You can change the title for the latest articles section, in it’s settings. Edit the respective page with the composer and access the page settings
http://prntscr.com/o799e5http://prntscr.com/o799h4

The business demo contains a customization for all the block titles, the top line that you mention is one of them. By default that block header template (template 11) looks like this
https://demo.tagdiv.com/newspaper/block-header-11/
I can provide a code that will make it look like in the demo. First you must use block header template 11, then enter this code in the Theme panel custom CSS section

.td_block_template_11 .td-block-title:after {
height: 1px;
}
.td_block_template_11 .td-block-title:before {
display: none;
}

So for example, set the template in the theme panel – http://prntscr.com/o7a1id
Then enter the code, and the result will be as in the demo – http://prntscr.com/o7a1ri

If you have more questions, let me know.
Thanks

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