• Resolved marepinta

    (@marepinta)


    Very happy with this theme overall, would like to be able to add bullets to the recent post listing in the sidebar. Can you provide the CSS to be added in the Advanced area of the widget edit page?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    You can use this:

    .widget-area .widget ul {padding-left:20px;list-style:disc;}
    Thread Starter marepinta

    (@marepinta)

    I “think” this is where I would put it … bottom right on the Widget > Recent Posts > Advanced area.

    This did not work. Should I put it somewhere else? I do have a child theme and could modify in there if it would be better.

    Appreciate your help!

    That’s where you would add classes for the widget’s wrapper, not CSS. Then, you would target those classes with CSS but that’s not the case here.

    You can add the CSS I gave you in your child theme’s stylesheet or in Customizer > Additional CSS.

    Thread Starter marepinta

    (@marepinta)

    Oh yes !!! Beautiful, thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS for bullets in recent post sidebar’ is closed to new replies.