Title: WordPress Widgets
Last modified: August 9, 2023

---

# WordPress Widgets

 *  Resolved [rykaee](https://wordpress.org/support/users/rykaee/)
 * (@rykaee)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-widgets-6/)
 * Hello,
 * Im having an issue with bullet points in widgets. Or im not sure is it List which
   have that issue. But anyhow, How I can get my unordered list to show bullet points
   on website? I can see bullet points in widget section, but when I update widget
   and go to see the website, bullet points doesnt appear and no list styling will
   be added.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/wordpress-widgets-6/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/wordpress-widgets-6/page/2/?output_format=md)

 *  [Somnath sikder](https://wordpress.org/support/users/somnath2016/)
 * (@somnath2016)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-widgets-6/#post-16958771)
 * Hello [rykaee](https://wordpress.org/support/users/rykaee/) !
 * At the moment, the easiest way to control this would be via CSS.
 * You can use Custom css:
 *     ```wp-block-code
       .ct-widget ul {
         --listStyleType: disc !important;
       }
       ```
   
 * Let me know if this works for you 😍
 * Thanks.
 *  Thread Starter [rykaee](https://wordpress.org/support/users/rykaee/)
 * (@rykaee)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-widgets-6/#post-16958811)
 * Unfortunately thats not working. Im not sure where that custom css should put,
   but I added in Themes -> Customize -> Own CSS. Is that right place? Is it matter
   that I have also Astra theme?
 *  [Somnath sikder](https://wordpress.org/support/users/somnath2016/)
 * (@somnath2016)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-widgets-6/#post-16958911)
 * First you go to your site. And Now You will see the admin bar at the top. Then
   click customize option. A little scroll down you will see additional css option
   in left side. Then You paste the css code. And Update.
    -  This reply was modified 2 years, 9 months ago by [Somnath sikder](https://wordpress.org/support/users/somnath2016/).
 *  Thread Starter [rykaee](https://wordpress.org/support/users/rykaee/)
 * (@rykaee)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-widgets-6/#post-16958967)
 * I did what you said and still no working. That CSS section showing in grey on
   that additional css, is that the reason?
 *  [Somnath sikder](https://wordpress.org/support/users/somnath2016/)
 * (@somnath2016)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-widgets-6/#post-16958976)
 * okay! Can you provide your site url?
 *  Thread Starter [rykaee](https://wordpress.org/support/users/rykaee/)
 * (@rykaee)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-widgets-6/#post-16958978)
 * [http://poikkeamienilmoitusjarjestelma.sites.propilvipalvelut.fi/](http://poikkeamienilmoitusjarjestelma.sites.propilvipalvelut.fi/)
 * Its in Finnish, sorry for that! But check footer where is form and bottom of 
   that form should be list items!
 * I used ” – ” before texts in list because need to show where list items should
   be.
    -  This reply was modified 2 years, 9 months ago by [rykaee](https://wordpress.org/support/users/rykaee/).
 *  [Somnath sikder](https://wordpress.org/support/users/somnath2016/)
 * (@somnath2016)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-widgets-6/#post-16959057)
 * No Problem . Yeah I understand this.
 * I tried it, it works. Now You can use this code in additional css
 *     ```wp-block-code
       ul {
           list-style: disc !important;
       }
       ```
   
 * Check This Screenshots : [https://tinyurl.com/28v6ce3w](https://tinyurl.com/28v6ce3w)
 *  Thread Starter [rykaee](https://wordpress.org/support/users/rykaee/)
 * (@rykaee)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-widgets-6/#post-16959079)
 * Now it works! Thank you so much for helping me! 🙂
 *  Thread Starter [rykaee](https://wordpress.org/support/users/rykaee/)
 * (@rykaee)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-widgets-6/#post-16959085)
 * Can you tell me how I can indent the lower categories of list items?
 *  [Somnath sikder](https://wordpress.org/support/users/somnath2016/)
 * (@somnath2016)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-widgets-6/#post-16959090)
 * It’s my pleasure! If you give the link of the site earlier, then it would be 
   fine.
 *  👉 Now You Can remove ” – ” before the texts.
 *  Thread Starter [rykaee](https://wordpress.org/support/users/rykaee/)
 * (@rykaee)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-widgets-6/#post-16959100)
 * [http://poikkeamienilmoitusjarjestelma.sites.propilvipalvelut.fi/](http://poikkeamienilmoitusjarjestelma.sites.propilvipalvelut.fi/)
 * Here is the link 🙂
 *  [Somnath sikder](https://wordpress.org/support/users/somnath2016/)
 * (@somnath2016)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-widgets-6/#post-16959195)
 * Hello [rykaee](https://wordpress.org/support/users/rykaee/) ! Do you want that?
 * Please see screenshots: [https://www.awesomescreenshot.com/image/42105179?key=398dba1fce5c58357f9af781654fa5ef](https://www.awesomescreenshot.com/image/42105179?key=398dba1fce5c58357f9af781654fa5ef)
 *  Thread Starter [rykaee](https://wordpress.org/support/users/rykaee/)
 * (@rykaee)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-widgets-6/#post-16959209)
 * Something like that, yeah! I updated to how it should look like, but now i need
   to customize list margin manually. I added 1,5rem left and right but I think 
   only left is enough.
    -  This reply was modified 2 years, 9 months ago by [rykaee](https://wordpress.org/support/users/rykaee/).
 *  [Somnath sikder](https://wordpress.org/support/users/somnath2016/)
 * (@somnath2016)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-widgets-6/#post-16959219)
 * Yeah Left is enough I also think that. You can use this css code:
 *     ```wp-block-code
       ul {
           list-style: disc !important;
           padding-left: 40px;
       }
       ```
   
 *  Thread Starter [rykaee](https://wordpress.org/support/users/rykaee/)
 * (@rykaee)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-widgets-6/#post-16959233)
 * Thats awesome! Thank you mate! I** **appreciate this! 🙂

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/wordpress-widgets-6/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/wordpress-widgets-6/page/2/?output_format=md)

The topic ‘WordPress Widgets’ is closed to new replies.

## Tags

 * [bullet points](https://wordpress.org/support/topic-tag/bullet-points/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 16 replies
 * 2 participants
 * Last reply from: [Somnath sikder](https://wordpress.org/support/users/somnath2016/)
 * Last activity: [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-widgets-6/page/2/#post-16959240)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
