Home › Forums › WoodMart support forum › How to change the bullet style in product description › Reply To: How to change the bullet style in product description
April 16, 2020 at 8:41 am
#187405
tpetauer
Participant
Hi
that is my css in style.css child theme
.wpb_wrapper ul li:before {
display: none;
}
.wpb_wrapper ul li::marker {
color: red;
}
.wpb_wrapper ul li {
list-style: disc!important;
}
I cleared browsing data and no change … still black.
I want to make bulletrs also bigger.