Hi
I need to have 3 diffentrent blockquotes in The Enfold Theme, with diffenterent colors.
I am using an Enfold Child Theme – and I guess that I need to put some code in styles.css – but dont know what.
Hope someone can help.
Hey Carsten!
Thank you for using our theme.
You have to put the code in styles.css of the child theme.
Have a look at this:
http://www.wpbeginner.com/wp-themes/how-to-customize-blockquotes-style-in-wordpress-themes/
It will help you to start.
If you still have problems, feel free to come back and give us a link to the pages, so we can assist you.
Best regards,
Günter
Hi
What I want to do is to have 3 different colors on the border color in blockquotes to choose from. But it seems that if I try to define 3 classes for that – the Border color is overruled from somewhere.
.blockquotegreen {
border-left: 1px dashed #2ecc71;
}
This changes the left border to 1 px and dashed, but the green color is not working.