Bullets and Numbers

Posted in: Newsmag
Post count: 7

Hi Tagdiv

1. I want to change the color of bullet list, but I can not find the code to change via style.css.

2. How to change the format of numbered list for example Step 1, Step 2, Step 3 and so on.

3. Where can I change numbers fonts.

Thank you for your answers, have a nice day.

  • This topic was modified 10 years by Rrezart.
Post count: 23312

Hello Rrezart,

1)I suppose that you want to change the color of this symbol for your Bullet lists, right? If you want to do that, you will have to use a bit of CSS code and place it in Theme panel->Custom CSS area.

The code is ->

.td-ss-main-content ul {
list-style: none;
}
.td-ss-main-content li:before {
content: "• ";
color: red;
}

The result -> http://screencast.com/t/nQxDE6QN32f9

2,3)Provide more details about what you want to achieve so I will be able to provide a more accurate response/code. Also, you can provide your website URL so I can inspect it closer.

Thanks.

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