WordPress Widgets
-
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.
-
HelloΒ rykaeeΒ !
At the moment, the easiest way to control this would be via CSS.
You can use Custom css:
.ct-widget ul { --listStyleType: disc !important; }Let me know if this works for youΒ π
Thanks.
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?
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, 7 months ago by
Somnath sikder.
I did what you said and still no working. That CSS section showing in grey on that additional css, is that the reason?
okay! Can you provide your site url?
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, 7 months ago by
rykaee.
No Problem . Yeah I understand this.
I tried it, it works. Now You can use this code in additional css
ul { list-style: disc !important; }Check This Screenshots : https://tinyurl.com/28v6ce3w
Now it works! Thank you so much for helping me! π
Can you tell me how I can indent the lower categories of list items?
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.
http://poikkeamienilmoitusjarjestelma.sites.propilvipalvelut.fi/
Here is the link π
Hello rykaee ! Do you want that?
Please see screenshots: https://www.awesomescreenshot.com/image/42105179?key=398dba1fce5c58357f9af781654fa5ef
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, 7 months ago by
rykaee.
Yeah Left is enough I also think that. You can use this css code:
ul { list-style: disc !important; padding-left: 40px; }Thats awesome! Thank you mate! I appreciate this! π
-
This reply was modified 2 years, 7 months ago by
The topic ‘WordPress Widgets’ is closed to new replies.