Hi
Our templates use their own typography style which includes unordered list.
Please read the following
help article.
You can see the typography style added on Appsite template on this
page.
In other hand, if you want to use simple style on unordered list with typography plugin support, please enable the use of css override on template parameters > advanced settings and add this lines on ../css/override.css
- Code: Select all
ul li {list-style-type: square; margin-left: 50px}
Cheers