Hello!
How can I delete the left line (a bold one) that appears in the blockquotes of the blog entries?
Thanks!
Hey andyqueanda,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.main_color blockquote {
border: none;
}
Best regards,
Jordan
Thanks!! You’re a genius :D
Dear Kriesi team,
I would like to remove block quotes too. I tried to add
.main_color blockquote {
border: none;
}
into Quick CSS. Nothing happens… Even after deleting browser cache. What have I done wrong? (I’m running Version 3.6.1)
Cheers,
Remo
Hi Remo,
Please try this instead:
blockquote {
border: none !important;
}
Best regards,
Rikard
Dear all
I’m sorry – I still have this line on the left side. Any other solutions?
Thank you very much
Remo
Hey!
They show up fine on my end. Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Cheers!
Yigit
Hey,
sorry, on my system (Mac OS-X) I still have these lines after flushing cache and refresh.
Cheers,
Remo
Hey!
Now i see it as well. If you added the code Rikard posted here – https://kriesi.at/support/topic/blockquote-left-line/#post-650349 and that still did not help, please start a new thread and attach temporary admin logins in private content field so we can look into it.
If you post them here, they will be visible to creator of this thread as well.
Regards,
Yigit