I have tried a few things but my lists are always bold.
Can you help?
Hey Colin,
I could see this code when I inspect your site:
ul li {
font-weight: normal !important;
}
try to replace it with:
ul li {
font-weight: lighter !important;
}
Best regards,
Nikko
Thank you – perfect! I am always learning…
Hey,
Glad Nikko could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit