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.
Need fast email support? Get SiteOrigin Premium
Replies
6Hi Jinny
Thanks for reaching out. Try the following:
.page-id-37 ul { font-size: 16px; }Worked! Thank you so much!
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/
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.
Yep, that would be why. Thanks! And sorry for being a dunce.
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.