Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello davikk,

    To do this, add the following CSS code to your custom stylesheet:

    .entry blockquote {
        font-style: normal !important;
    }

    Make sure to use a child theme and clear both WordPress and browser cache.

    I hope this helps you.
    Take care!

    Thread Starter davikk

    (@davikk)

    Worked! thanks,

    How can I make the text in the sidebar black?

    Glad it helped you, you’re welcome.
    To change the text color for the sidebars, please add the following CSS code to your custom stylesheet.

    .sidebar .widget a, .sidebar .widget p {
    	color:#000 !important;
    }

    Next time, please start a new topic for each new question.
    This way it will be easier for us to help you and help others as well.

    Take care!

    Thread Starter davikk

    (@davikk)

    Thanks, will do!

    worked!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to make quotes text not italic?’ is closed to new replies.