Related Articles

Posted in: Newspaper
Post count: 12

Related

Hi all,

I’m trying to capitalize the related article text (“Related Articles”) and “more from author” as well as change the background. When I go to BLOCKS/WIDGETS TITLE on Fonts, the only options that work is lowercase, any other option i select such as normal text or capitalize text just sets it to uppercase even though in the option its selected as one of the two.

Any ideas?

  • This topic was modified 7 years by B14.
Post count: 35449

Hi,

In order to set the capitalize Related Articles and more from author you’ll need to go in Newspaper>Theme panel>Translation write there the new translation -> https://www.screencast.com/t/Nj5Jk5Pq
for example -> https://www.screencast.com/t/2PwCjmb0 -> https://www.screencast.com/t/qKO5aflByh
In order to change the background color for those section you can use a custom css -> https://www.screencast.com/t/iepCGlcoNA
.single .td-related-title .td-cur-simple-item {
background-color: red;
}
.single .td_block_template_1 .td-related-title {
border-bottom: 2px solid red;
}

Or you can use a single post template from tagDiv Cloud Library -> https://www.screencast.com/t/8DCyQ9kaSbZ

Thank you for your understanding!

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