Hi there,
how can I change the FAQ page design so that the individual points are not like a black circle with nothing inside, but a whole black dot like this:
- example
- example 2
- example 3
https://taneraskin.com/pages/faq
Inspo: https://www.hellobody.de/faq/?shp_3=true
Best,
Isa
Hi @isabellemaria
Please follow these steps:
- From Shopify admin ā Online store ā Themes ā Edit code:

You find the file base.css and add the following code at the end of the file:
#Slider-template--17830790594828__d5d39e8a-2906-44b3-9446-253608087cc3 .rte ul {
list-style: inside !important;
}
We hope that it will work for you.
Hi @isabellemaria ,
This is Richard from PageFly - Landing page builder, Iād like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-rte.css->paste below code at the bottom of the file:
.multicolumn-card__info .rte ul {
list-style: disc !important;
}
I hope it would help you
Best regards,
Richard | PageFly