Hi
Can you please visit this page at:
https://lavitrineduvin.com/en/2015/10/24/la-mejanelle/
You kindly gave me this code snippet to input into the General Styling quick CSS window:
p.toggler.activeTitle * {
color: white;
}
p.toggler.activeTitle {
background-color: #b02b2c;
}
p.toggler.activeTitle:hover strong {
color: #b02b2c;
}
However, I want to over-write the green Default text color and make the accordion text color: #b02b2c;
Can you help?
Thanks!
B.
Hi belenenses!
Please add following code to Quick CSS as well
p.toggler strong {
color: #b02b2c;
}
Regards,
Yigit
Thanks a lot Yigit. That’s done it!
Cheers!
B.