Betheme BlockQuote
A question about the shortcode BlockQuote. The text begins with quotes and background behind there are lines of text when the font is changed, the lines are not under the text, but comes back and gives the feeling that the text is crossed out.
Is it possible to remove those lines or change its width so that it fits the new text?
regards.
Comments
as we see, a part of blockquote is wrapped into p tag, while the other part is not. This is the reason why it looks like the lines crossed out the text. What you can do in this case, is remove the lines completely. This can be accomplished with below css:
bellow an exemple:
sorry for this apparently stupid question but:
on my Blockquote form there is no selection for Simple or Default styles. Do I miss something here?
Is it possible to enable the quote signs even with the "simple style" settings? I tried different custom css styles, but probably they are wrong. thanks for the help.
.style-simple blockquote::after { display: show !important; }
.style-simple blockquote { display: show !important; }
blockquote { display: show !important; }