how i can change color my bullet list

Posted in: Newspaper
Post count: 9

how i can change color my bullet list

my link https://bit.ly/2EkcwpF
screenshot https://imgur.com/c51rcu4

  • This topic was modified 7 years by muek.
Post count: 35449

Hi,

In order to do that you’ll need to use some custom css -> https://www.screencast.com/t/cVOzAjY4
Set the code in Newspaper>Theme panel>Custom code>Custom css
.td-post-content .su-box ul li::before {
content: "\2022";
color: orange;
font-weight: bold;
display: inline-block;
width: 1em;
margin-left: -1em;
}

Hope this will help you!
Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.