• Hi,
    could you show me a way to change the italic font style of a block quote into regular/normal font style? I’ve tried to customize in additional CSS but it didn’t work.
    Thanks a lot
    J

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themevision

    (@themevision)

    Hello,@jane166!

    Try to insert the following code into Customizing->General->Additional CSS:

    .wp-block-quote p,
    .wp-block-quote cite{
           font-style: normal!important;
     
    }

    Regards

    Thread Starter jane166

    (@jane166)

    Hello,
    it works! Thanks for your help.
    Best regards
    J

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change italic font style of block quotes to regular style’ is closed to new replies.