OlgaBayko Posted August 28 Share Posted August 28 Hello! I wanted to change a vertical line in a Blockquote block: color and thickness. So I opened Custom CSS and did the following (see below) and saved changes. blockquote { border-left: 4px solid #98AFC7; padding: 1px 10px 1px 20px; } I see these changes when I'm in Edit mode or when I exit Edit on this particular page. But when I go to a Preview mode or switch to another page where the same block is used all changes disappear... Looking for help! Thank you! Link to comment
Solution tuanphan Posted August 30 Solution Share Posted August 30 Try this, if it doesn't work, you can share link to page where you use blockquote block, we can check again easier blockquote { border-left: 4px solid #98AFC7 !important; padding: 1px 10px 1px 20px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
OlgaBayko Posted August 30 Author Share Posted August 30 it works! Thank you very much! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment