CSS for OL e LI in Post

Posted in: Newspaper
Post count: 8

Could you help me? I’m not very good at CSS, and even inspecting the page I didn’t find which code to change.

Could you tell me which code I have to put in the “Custom CSS” so that my OL and LI are the same as the blog posts on this site:

Blog Tyrant

I’d like the circle around it and the spacing between one item and another. In the theme TRAVEL MEMORIES PRO the sentences are very close together.

Appreciate

Post count: 35449

Hi,

If you want to change the style for lists ( ol li), you can check the settings from theme panel -> http://prntscr.com/pkwe1f also on post you can apply this list from classic element from Gutenberg -> http://prntscr.com/pkwem8 after that change the view from visual editor on code editor and replace the ul with ol -> http://prntscr.com/pkwezf or the easiest way is to use custom css -> http://prntscr.com/pkwfpp
.tagdiv-type ul, .tagdiv-type ol {
list-style-type: circle;
}

The code need to be set in Theme Panel> Custom code> Custom css

Thank you!

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