This topic has 6 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
Hi,
I have problems, styling list elements.
The text is always black colored and with bullets. How can I change the color to the same color the theme uses for normal text an how can I change the bullets to the allowed values: arrow, circle, star, square, dash?
Thx for help
maccandy
Hello,
Please provide us with URL so we can take a closer look.
Thanks in advance.
Regards
Hello,
the URL is for example https://www.prosalutem.de/ or https://www.prosalutem.de/unternehmen/ under details.
Kind regards
maccandy
Hello,
Thanks for the reply.
Please add this code in Theme Options > Custom css:
.content li {
color: #767676;
line-height: 1.8;
list-style: square outside;
}
Read more – https://www.w3schools.com/Css/css_list.asp
Regards
Hi,
thanks, now it works. I tried to solve the styling directly in the content element, not in global css.
Kind regards
maccandy
Hello,
You’re welcome!
Have a nice day.
Regards
The issue related to '‘Styling of List elements’' has been successfully resolved, and the topic is now closed for further responses