Tagged: text color in list
-
AuthorPosts
-
January 19, 2023 at 10:27 am #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
January 19, 2023 at 11:06 am #1394324Hey 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,
IsmaelJanuary 19, 2023 at 2:49 pm #1394362Hi Ismail
thank for the responsI 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, 10 months ago by jeel147.
January 19, 2023 at 4:27 pm #1394400Hi,
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,
YigitJanuary 19, 2023 at 6:23 pm #1394431hello 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 resultits oke where i use the span things:
but on the site where i tried the css code its not oke:
best regards, jelle
January 19, 2023 at 6:33 pm #1394437hello 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, 10 months ago by jeel147.
January 19, 2023 at 10:41 pm #1394468Hi,
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,
MikeJanuary 20, 2023 at 9:19 am #1394484Its 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, 10 months ago by jeel147.
January 20, 2023 at 12:11 pm #1394499 -
AuthorPosts
- The topic ‘change text color of a list’ is closed to new replies.