Home › Forums › Theme support › Urban Dark theme- Changing font size theme options doesn't work › Reply To: Urban Dark theme- Changing font size theme options doesn't work
I’ve checked my website and it looks like some text is affected by the custom CSS and some isn’t, if that helps pinpoint the issue. The code you’ve given, for some reason, only affects my bulleted lists, and not the regular paragraph text.
Notice that the main/landing page when you visit http://artifact-3d.com/ as well as the contact, shop, galleries, and project quotes pages all have the same text sizes (this text size is never changed by the css code I’ve put in). This is regular paragraph text, not header.
However, if you go to the Process or Services page, notice that the bulleted lists have all increased to 32 px font. This is using:
#main {
font-size:32px;
}
thank you for your help, hopefully this information can help find the problem.