Hi,
i mage a colour section above the socket. How can i change bulletpoints to white in only that colour section?
kind regards Jak
Hey Jak73,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av_section_1 .avia_textblock li {
color: #fff;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey Jak73,
Thanks for the link, the best approach would be to add a custom ID to the color section in the developer tab, perhaps like “bottom-section” and then use this css:
#bottom-section .entry-content-wrapper div li {
color: #fff !important;
}
otherwise, you can use this css right now:
#av_section_1.avia-builder-el-6 .entry-content-wrapper div li {
color: #fff !important;
}
Best regards,
Mike
Thanks a lot, works well!
kind regards Jak
Hi Jak73,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria