Home › Forums › Gillion Theme › Blockquote styling
Home › Forums › Gillion Theme › Blockquote styling
Hello,
Could you please tell me how to style blockquote? Change font, weight and size? After adding some code to “custom code” section in theme options it doesn’t work. Even with !important rule.
Thanks!
Solution for this topic
I hope you are well today and thank you for your question.
I don’t know which custom CSS code you have tried but you can style it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#content blockquote { font-family: arial; font-size: 25px; font-weight: 500; }
Best regards,
Shufflehound team
Thanks a lot! ๐
You are most welcome here ๐