Changing the appearance of unordered lists
Hi!
I just tried to change the style of the unordered lists by changing some code in the CSS file by the custom editor. This is the code I used:
ul {
list-style-type: square;
}Nothing changes. What did I do wrong?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Tim
More specific CSS killing your vibe. Give this a try:
.content ul li { list-style: square; }If you’d like a quick overview on using your browser’s developer tool to inspect the page source perhaps take a look at our video here: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/
Hope that helps.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.