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.
Thread Starter
rykaee
(@rykaee)
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.
Thread Starter
rykaee
(@rykaee)
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?
Thread Starter
rykaee
(@rykaee)
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 1 hour, 22 minutes 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 :
Thread Starter
rykaee
(@rykaee)
Now it works! Thank you so much for helping me! 🙂
Thread Starter
rykaee
(@rykaee)
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.
Thread Starter
rykaee
(@rykaee)
Here is the link 🙂
Hello rykaee ! Do you want that?
Please see screenshots:
Thread Starter
rykaee
(@rykaee)
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 22 minutes 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;
}
Thread Starter
rykaee
(@rykaee)
Thats awesome! Thank you mate! I appreciate this! 🙂
