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

    Hello, where in the settings can i set the text color for a (unordered) list?
    is this part of Alternate content?

    of can i do it in the css, with use of a class?

    now i had to use every list item something like
    <li style="color: #b5aaa8!important;">
    which is obviously quite a bit of work :)

    best regards , jelle vanhijfte

    #1394324

    Hey jeel147,

    Thank you for the inquiry.

    There is no specific option or settings for it, but you can use a custom css to adjust the color of the list.

    .avia_textblock ul li {
        color: red !important;
    }

    You have to remove the inline style that you’ve added recently.

    Best regards,
    Ismael

    #1394362

    Hi Ismail
    thank for the respons

    I removed the list style in the spans and pasted it in the quick css, but it does not do anything

    /* kleur tekst in lijst*/
    .avia_textblock ul li {
    color: #b5aaa8!important;
    }`

    do you see any reason?
    cant be overwritten by the settings in Enfold General Styling, can it?

    best regards, jelle vanhijfte

    • This reply was modified 1 year, 9 months ago by jeel147.
    #1394400

    Hi,

    It is working fine on my end. I attached a screenshot in private content field.

    Could you please clear your browser cache and review your website? :)

    Best regards,
    Yigit

    #1394431

    hello Yigit, its not oke yet im afraid
    the list is still orange
    but it shoud be grey, #b5aaa8 is a kind of grey

    /* kleur tekst in lijst*/
    .avia_textblock ul li {
    color: #b5aaa8!important;
    }
    

    i can see the list is still orange…at my pc…
    also after i ve cleaned cache
    and also at my mobile ,the same result

    its oke where i use the span things:

    but on the site where i tried the css code its not oke:

    best regards, jelle

    • This reply was modified 1 year, 9 months ago by jeel147.
    • This reply was modified 1 year, 9 months ago by jeel147.
    #1394437

    hello Yigit, its not oke yet im afraid
    the list is still orange
    but it shoud be grey, #b5aaa8 is a kind of grey

    /* kleur tekst in lijst*/
    .avia_textblock ul li {
    color: #b5aaa8!important;
    }
    

    i can see the list is still orange…at my pc…
    also after i ve cleaned cache
    and also at my mobile ,the same result

    • This reply was modified 1 year, 9 months ago by jeel147.
    #1394468

    Hi,
    Thanks for your feedback, for the page in the Private Content area that has the orange li, it is caused by the following css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    .avia_textblock ul li {
        color: #ffa600!important;
    }

    this css was about halfway down, at the top you had the same rule but with a gray color:

    .avia_textblock ul li {
        color: #b5aaa8!important;
    }

    So I commented out the orange rule.
    and now the li is grey, please clear your browser cache and check.
    Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    #1394484

    Its oke now, thanks Mike, my mistake!
    You can close this one now!

    ps: i see i gave two responses, quite similar.
    that was when i checked again for make adjustments i did not see my former reply….
    dont know why.
    only today they both appeared on my screen

    • This reply was modified 1 year, 9 months ago by jeel147.
    #1394499

    Hi,

    Glad Mike could help! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    P.S.: We had some hiccups on our forum. We fixed them, that is why they appeared :)

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