• Resolved jlalonde

    (@jlalonde)


    I love Courage style. But, in posts and pages, I would prefer to have bullets in UL lists to be outside (left indented). Actually they are inside the paragraph. I created a child style almost empty (nothing related to UL or LI). What could I add to m child theme to change this setting?

    • This topic was modified 8 years, 2 months ago by jlalonde.
Viewing 1 replies (of 1 total)
  • Thread Starter jlalonde

    (@jlalonde)

    Found it. Enter this in child theme style.css:

    .entry ul, .comment ul{
    list-style: square outside;
    }

    And do not forget to hit Ctrl-F5 (and not only F5) to refresh the page and see the CSS changes This is the step I was missing…

Viewing 1 replies (of 1 total)
  • The topic ‘Changing list-style-position to outside:’ is closed to new replies.