I seem unable to find a tool to change the color of bullets in a UL inside text elements. Is it because I’m editing from a template, or is there something I’m missing? Do I need to edit the CSS file?
Hi,
You can use CSS:
ul{
li{
&:before{
color: *add your color here*;
}
}
}
You need to add the above to the preset CSS.
Good luck!
@Imre_Fekete Would you bei so kind to do a short Loom Video of where to put this exactly?
I tried it but couldn’t get it to work.
In my case I would like to set these to one specific color over the entire page.
@Andre
Really unconvenient, that there is no way via normal styling. Is this on the roadmap probably?
Hi @Barbara_Bichler, There are many use case scenarios, and covering all would take lots of time. I am too busy to record Loom. Maybe good idea to learn CSS and SCSS a bit. Quite easy and would enable you to do anything in SJ. There are many free courses on the internet. Youtube might be the best option. Stick to one course that has high ratings. Also, you can use Chatgpt. Good luck! If you do not want to learn CSS and SCSS, one of my SJ developer in my agency can help you. It would not cost much.
Hey Barbara,
Actually, we do not yet have a feature request for it. Do you like to add some?
Unfortunately, the issue Imre states is correct. It can get really messy with all scenarios. But if we have a strong feature request, we might get a better idea of how and what we can do to make it easier. I will also look into this to see what could make sense.
Thanks for your reply anyway. I understand that you can not help everyone out here with Loom videos. Good to know that I could contact you / your developers for help.
But good news: I finally made it
In the image you see what I wanted to achieve:
A different icon in a specific colour.
I am sure for most of you here this is easy as.
But for marketing people (non-coders like me) it would very convenient to be able to style this with the pagebuilder. So I placed a feature request for this.
Would love everybody to support the feature request.
I am happy you solved the issue. I do marketing as well. Some CSS and SCSS knowledge is needed to bring the maximum out of the SJ platform. They are easy to learn and gives you super powers:)