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

    I would like to apologize in advance for the delay.

    Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    .entry-content .textwidget ul{
      padding-left: 40px !important;
      list-style: disc !important;
    }
    

    Clear your web browser’s cache before reloading your site.

    Regards,
    Kharis

    Thread Starter soni123

    (@soni123)

    bullets are visible, but instead of disc can it be star?

    Please replace the CSS code I suggested previously with the following.

    .entry-content .textwidget ul{
      padding-left: 45px !important;
    }
    
    .entry-content .textwidget ul li{
      position: relative;
    }
    
    .entry-content .textwidget ul li:before{
      content: "\f006";
      font-family: "FontAwesome";
      font-size: 15px;
      position: absolute;
      left: -20px;
      top: 0;
    }
    

    Regards,
    Kharis

    Thread Starter soni123

    (@soni123)

    wow…that worked…can I do the same for desktop view as well?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘bullets not visible’ is closed to new replies.