I use some color sections and I wonder if it’s possible to change the color of the headlines and text to white and still have the dark color for the headlines and text outside of the color sections? Thanks!
Hey Effektid!
You can add following code to Quick CSS
.avia-section p {
color: red;
}
If you want something more specific, please elaborate so we can provide you a better example
Regards,
Yigit
OK, but I just discovered that there was a possibility to add a unique ID in the bottom of the color section. Do I have to use this ID together with your CSS?