• Resolved jronaldlee

    (@jronaldlee)


    I’m using the Uptempo theme on launchpadskydiving.com, and I’m pretty happy with the overall look and feel… but the way the theme formats lists (numbered or bullet points) is not consistent with my writing style. I’d prefer them to be the same text as the body of the paragraphs around them. Is there a way to modify the theme to do this? I have a theory that this could be done in the Advanced settings, Custom Theme CSS section, but I’m not sure where to start. Any suggestions are welcome.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi thanks for reaching out. You can use something like this to solve your problem.

    .palette-primary ul, .palette-primary ol {
        color: unset;
        font-weight: unset;
    }

    Hope this helps!

    Thread Starter jronaldlee

    (@jronaldlee)

    Brilliant – works perfectly. Thanks so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Format bullet and numbered list’ is closed to new replies.