Trying to change the size and other elements of All Page, Post titles.

Posted in: Newspaper
Post count: 25

I’ve tried the following with no success.

.entry-title, .td-post-title, .td-page-title {
text-align: center;
font-style: italic;
font-weight: bold;
font-size: 16px;
line-height: 20px;
}

Just now tried your live css feature for the first time and some of the above appeared to work when trying to change anything except the size and line height.

Would’ve thought this to be in the font settings within Theme Panel but couldn’t narrow it down.

Post count: 22421

Hello,

Unfortunately the theme css is much more complicated. You cannot target all elements with a general css selector. You will have to use the browser inspector to target specific classes for specific elements. Sometimes selectors get very complicated. You will have to use the browser inspector to target specific classes and selectors: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you!

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