How can I modify the FAQ page design to display full black dots?

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:
![view-24.png|1891x940](upload://gnqBIzcqycLi7gAB4coGQZQWUqr.png)

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;
}
  • Here is the result:

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