Hi there 😊
I see that the weigt of the font changes from 400 to 300 when using a bullet list.
I want to change that.
I want the wight to be the same i both text and bullet lists.I want the weigt to be 400
How to do that?
Hey nicolealbaek,
Add this to quick css:
.avia_textblock ul li{
font-weight:400!important;
}
Best regards,
Jordan Shannon