Blockquote Style Not Applying

Posted in: Newspaper
Post count: 35

Hi,

When creating a post with Smart List Template 1, I can see in the WordPress editor that the blockquote has this cool style with bigger letters in blue, but once the post is published, (or previewed), it loses the style. Why is that?

Bellow is a screenshot showing what is expected on the Editor and the unexpected result to the right.
https://imgur.com/a/2BpgQxY

The problem only happens when using the Smart List Template 1, on regular Single Posts it works fine.

Thanks,

  • This topic was modified 6 years by ton1985a.
Post count: 35

Bellow is a screenshot of my Font settings (all set to default) and the Cloud Library Smart List Template 1 Settings.

https://imgur.com/a/btzAWu7

Thanks.

Post count: 35

Update: I used this CSS through Theme Panel > Custom Code, and it worked.

blockquote p {
font-family: ‘Roboto’, sans-serif;
font-size: 32px;
line-height: 40px;
font-weight: 400;
text-transform: uppercase;
color: #4db2ec;
word-wrap: break-word;
}

Thanks,

Post count: 35

Please, disconsider the solution that I mentioned earlier. That came with a new problem, that is the blockquote font size will not adjust to mobile, like it does on the default post template.

Any ideas on how can I get the exact same style of blockquotes from Default Post Template to show on Smart List Template 1?

I already tried adding text-size-adjusta: 100%; to the css, but that didn’t work.

Thanks,

Post count: 35449

Hi ton1985a,

Indeed on Smart List Template 1 is look that the for blockquote is not apply, the only way is to use the above css code and set it in theme panel as per device -> https://i.imgur.com/MwCaqZf.png
I note this problem on our list and our developers will check it.

Thank you!

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