Site logo

Archived topic

Sub-unordered list not respecting hollowed bullet icon

3 replies · Started by Hardik on March 20, 2021

Viewing posts 1–4 of 4

Hello, nested unordered lists in frontend are represented differently (using same icon same as the parent ballet list) than as shown in backend (hollowed bullet icon)
Attached image for reference, what could be the issue?

Hi there,

try adding this CSS:

ul ul {
  list-style: circle;
}

Thank you, this works!

Glad to hear that

This archived topic is closed to new replies.