Edit blockquote styling in Pro Theme

Hi there,

I am unable to edit the styling of blockquotes using pro theme via CSS…

using

blockquote {
    css-here: ;
}

Doesn’t work…

Any ideas?

Hi There,

Thanks for writing in!

The CSS should work. Also, you can try with the blockquote class which is common for each blockquote

Example

.x-blockquote {
  css-here: ;
}

Please clear your cache after adding the CSS.

Thanks

Thanks for this. Turns out when changing the wordpress blockquote (e.g. < blockquote >) and using the theme options global CSS editor it doesn’t update the live preview. All sorted now as I just make the changes, save then view the live page.

Glad to know that!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.