Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #308990

    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:

    http://simonsenpsykomotorik.dk/dots.png

    #309182

    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

    #309198

    Hey – Nothing happend with that CSS code :-(

    #309200

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #309233
    This reply has been marked as private.
    #309586

    Hey!

    Check your website now, code has been added at the start of Quick CSS.

    Best regards,
    Josue

    #310355

    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

    • This reply was modified 9 years, 7 months ago by MediaKris.
    #310360

    Hi!

    Please add following code to Quick CSS

    .avia_textblock ul li {
    color: black;
    }

    Cheers!
    Yigit

    #310379

    It worked ! Thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to change color on list items’ is closed to new replies.