• Resolved jendaddario

    (@jendaddario)


    Hi!

    I need help customizing the bullet points on my site. As it stands, every time I apply a bullet point to a list, it capitalizes the bullets. I would like these bullets to be lowercase (normal sentence case).

    Is there any code I can add or edit to change this?

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    It looks like there is a style set in uaf.css:

    body, h1, h2, h3, h4, h5, h6, blockquote, li{
        font-family: 'alegreyasc-regular' !important;
    }

    This is telling all list items (li) to use the Google Font, Alegreya SC which only contains uppercase characters. Removing li from this rule should fix this issue.

    Hope this helps,
    Scott

    Thread Starter jendaddario

    (@jendaddario)

    Hi Scott – thank you!

    I’m not familiar with what uaf.css is or where to access it to make this change. Can you point me in the right direction?

    thanks!!
    Jen

    Thread Starter jendaddario

    (@jendaddario)

    All Set!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customize Bullet Points’ is closed to new replies.