Font settings Widget Tagdiv Text with Title

Posted in: Newspaper
Post count: 57

Hello,

Thank you for the nice theme. I am very happy with it.

How can I change the fontsettings for the Widget Tagdiv Text with Title? to be used e.g. in the sidebar
I was looking for changing these fonts in the theme panel but could not find it.

Thank you.

Ad

Post count: 35449

Hi,
If I understand correctly you desire to change the font (e.g. font-family) this is possible but you need to do it manually .
Try a custom css go in Newspaper > Theme panel > Custom Code > Custom CSS and paste this code
.td_block_text_with_title p {
font-family: Comic Sans MS;
}
don’t forget to save the settings you make.
See results https://www.screencast.com/t/QrP3PiemcP

You can set any css you desire not just the one from my example.

Thank you.

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