Home>Support>Change font size within bulleted list

Change font size within bulleted list

Hi,

I’m attempting to change the font size in a bulleted list using the following CSS code:


.page-id-37 #ul {
    font-size: 16px;
}

But it does nothing. What am I doing wrong? Thanks.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Hi Jinny

    Thanks for reaching out. Try the following:

    .page-id-37 ul {
        font-size: 16px;
    }
    
  2. 9 years, 1 month ago Jinny Hayman

    Worked! Thank you so much!

  3. 9 years, 1 month ago Jinny Hayman

    Ok… was working. I did a bunch of other things (most of which I then undid again) and now the css isn’t working. I can’t work out why! I have other custom css that was working and now seems not to be either. :-/ http://www.sticklerproofreading.com/academics/

  4. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Thanks for the wait. It looks like you’re saying:

    .page-id-37 .page-id-37 ul {
        font-size: 16px;
    }
    

    Try changing that to our original rule which was:

    .page-id-37 ul {
        font-size: 16px;
    }
    

    That should do the trick.

  5. 9 years, 1 month ago Jinny Hayman

    Yep, that would be why. Thanks! And sorry for being a dunce.

  6. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    No problem at all. Glad we could help :)

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More