Would like to change the default BLOCKQUOTE style, so that both Wordpress and Soledad theme codes recognise the change. I'd like the text to be normal, NOT ITALIC. (see the image attached). Also the font color should be black, with a black vertical line on the left.
Sorry, but I think you did NOT understand my request. You sent me a code that still shows the text in Italic, which I DO NOT want. I want the text in normal, regular text style.
Also, the vertical line framing the quote on the left is still blue, it SHOULD BE BLACK. And the background should be light gray.
Please observe carefully the image I attach and try to send me code that replicates that kind of style.
Many thanks, and I am sorry to give you so many headaches.
Would like to change the default BLOCKQUOTE style, so that both Wordpress and Soledad theme codes recognise the change. I'd like the text to be normal, NOT ITALIC. (see the image attached). Also the font color should be black, with a black vertical line on the left.
Many thanks!!
PG
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.wp-block-quote p {font-style: italic;
}
Regards,
PenciDesign.
Sorry, but I think you did NOT understand my request. You sent me a code that still shows the text in Italic, which I DO NOT want. I want the text in normal, regular text style.
Also, the vertical line framing the quote on the left is still blue, it SHOULD BE BLACK.
And the background should be light gray.
Please observe carefully the image I attach and try to send me code that replicates that kind of style.
Many thanks, and I am sorry to give you so many headaches.
PG
Hi,
Please modify the CSS code:
Regards,
PenciDesign.