May I ask how I can change the section background color to a custom colour? As now I can only select white or light grey, but we would like to use our corporate colors instead.
Also, may I ask how can we change the color of the text as they are mainly white, grey or black. Thank you!
Hi Support,
May I ask how I can change the section background color to a custom colour? As now I can only select white or light grey, but we would like to use our corporate colors instead.
Also, may I ask how can we change the color of the text as they are mainly white, grey or black. Thank you!
You must specify the section id in css
for example
section#retail-is-getting-harder {
background-color: azure !important;
}
or for all sections:
section {
background-color: azure !important;
}
the font color is a bit more complicated. Do you need only for page titles/subtitles, only paragraphs or everything?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy