Hello
How can i change the text color on the list with dots? It seems to be gray for some kind. Can you provide a CSS code for me please? I tryed a lot of codes from the support site, but none worked so far :-(
Picture:
Hey!
Try adding this code to the Quick CSS:
.entry-content-wrapper li:before { content: "•" !important; color: red !important; float: left !important; margin-right: 15px!important; }
.entry-content-wrapper li { margin-left: -15px!important; }
.entry-content-wrapper ul { list-style: none !important; }
Change as needed.
Cheers!
Josue
Hey – Nothing happend with that CSS code :-(
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
Check your website now, code has been added at the start of Quick CSS.
Best regards,
Josue
Hey :-)
I think you misunderstod me – It is the text color, not the “dots” – The text color is gray, and it wont change to black – it is NOT the dots i wanna change the colors on.
// Thanks
Hi!
Please add following code to Quick CSS
.avia_textblock ul li {
color: black;
}
Cheers!
Yigit
It worked ! Thanks!