Can you give me some quick css to change the color of the bullets at the bottom of the page to #808080 please? Thanks!
Hi djshortkut!
Please insert the following css into your custom css section:
li {
color: #808080 !important;
}
Best regards,
Dake
Thanks, you can close this thread.