Hello!
I would like to remove the symbol “-” which automatically shows up on the left side in the “citation” area of my feedbacks. How can I do that?
Thanks a lot!
Eliana
Hi Eliana,
Please add a class to the Classic Blockquote element then add this code in X > Theme Options > CSS:

.no-dash .x-cite:before {
display: none;
}
The code above assumes that the class you added to the element is no-dash.
Hope this helps.
Thank you so much Jade for replying! Unfortunately I am not that expert with CSS so I have no idea about how to add a class to the blockquote 
May I ask you to help me with that?
Sorry for bothering you!
Hello Eliana,
Just scroll down the classic block quote settings element settings and you’ll find the class field.

Please let us know how it goes.
Great, it perfectly works! Thank you!!!
You’re welcome. Glad we’re able to help.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.