Blockquote — Custom

Posted in: Newspaper
Post count: 34

Hi,

I simply want the blockquote within posts/pages to not turn blue, to not be capitalized, to not be centered, to not be italicized–but rather to have a left line border, aligned left with a margin, inherit text color, size, format, etc., of the post/page.

Please see this for example: https://huntingforthompson.com/blockquote-request.pdf

Please provide custom CSS for that to occur across all platforms: phone, tablet, desktop, laptop, regardless of screen size. All my efforts fall short of being implemented uniformly across all devices/screen sizes.

Post count: 27744

Hello,

You can change the color and fonts of blockquote from Theme Panel -> Theme Fonts -> Post content => https://www.screencast.com/t/mxVkEBnE, Theme Panel -> Theme Colors -> Content -> Post => https://www.screencast.com/t/ScQogY6p
and for line border and align use this custom code => https://www.screencast.com/t/rQ2YXGHjAul

blockquote p {
margin: 0;
text-align: left;
border-left: 2px solid #000;
padding: 15px 23px 16px 23px;
position: relative;
clear: both;
}

Set the code in Theme Panel -> Custom Code -> Costum CSS.

Hope this helps you!

Thank you!

Post count: 34

Thank you, Anamaria! That was rock star service and results.

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