Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #252045

    Hi,

    The quotes in Enfold are stylised with a colored line on the left. For a purpose reason I have added a code in function.php

    remove_filter ('the_content', 'wptexturize');

    because I needed to use the american ” when writing code on my website because the french one was a problem. The problem is since then my quotes are normal I don’t have any longer the fancy line on the left.
    How can I still use american ” for my code but get back to the fancy quote from Enfold?

    Do you have an idea?

    Kind regards

    Chrys

    #252095

    Hi chryseis!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    blockquote { border-left: solid 7px red; }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.