quotation mark in posts appear reversed

When I use block quote for texts in a blog post (with wordpress visual editor), the result is a reversed quotation mark.

How do i fix it and make it look as it should be?

Hi @bishgop,

I hope you are well today and thank you for your question.

You can try fixing this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


#page blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 30px;
}

Best Regards,
Movin