This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Change font size within bulleted list

Resolved 6 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Andrew Misplon Staff 10 years, 6 months ago

    Hi Jinny

    Thanks for reaching out. Try the following:

    .page-id-37 ul {
        font-size: 16px;
    }
  2. Jinny Hayman 10 years, 6 months ago

    Worked! Thank you so much!

  3. Jinny Hayman 10 years, 6 months ago

    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. Andrew Misplon Staff 10 years, 6 months ago

    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. Jinny Hayman 10 years, 6 months ago

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

  6. Andrew Misplon Staff 10 years, 6 months ago

    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.

Have a different question or issue?

Start New Thread