Home › Forums › Gillion Theme › Blockquote " is touching my paragraph text
Home › Forums › Gillion Theme › Blockquote " is touching my paragraph text
Hi There,
Has anybody tried this and know how to fix it?
See the attachment or on my not finished new blog: http://www.blog.robanke.dk π
Kind regards
Anja
Solution for this topic
HiΒ Anja,
Thank you for your question.
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#content .post-content blockquote { margin-top: 40px; }
Best regards,
Shufflehound team
Perfect – it’s resolved now π
Thanks a lot. I’m sp sure I’m going to very glad of this theme π
Kind regards
Anja
You are always welcome here π
Hello I have an issue with the embed style. I want to make my own style, which file should I edit? Or at least how can I remove the quotes sign ” from the background?
@psdbox Sorry we missed your reply here and found now so want to know whether you still need assistance here.
Well, would be great if you could tell me how to leave the default WordPress embed style. I don’t know if this should go into this forum…
When pasting an internal URL on a post, wordpress uses oEmbed to show a preview of that link: the featured image and the excerpt….
But gillion changes the style to quotes. I attached an image corresponding to this article:
https://www.psdbox.com/tutorials/manipulations/surreal-manipulation-photoshop-tutorial
It’s not an urgent problem but if the solution is easy, like tweaking some CSS, I would love to change it jjejeje
Thanks for te support
You can remove blockquote from embedded content by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
blockquote.wp-embedded-content:before { display:none; }