Viewing 2 replies - 1 through 2 (of 2 total)
  • Please go to Appearance->Customize->Additional CSS option then put that code

    .widget li{
        list-style-type: disc;
    }
    
    .widget_rss ul{
        margin: 0 0 0 17px;
    }

    If not work the first one then apply that one please

    .widget li{
        list-style-type: disc !important;
    }
    
    .widget_rss ul{
        margin: 0 0 0 17px !important;
    }
    Thread Starter Stewart

    (@stewcando)

    Thank you so much. Both of them worked, so I used the first one. The widget looks far better now. Happy days ??

    PS: Is there a way to add some paragraph spacing between?

    • This reply was modified 1 year, 11 months ago by Stewart.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How Can I Add Bullet Points to This RSS Widget?’ is closed to new replies.