Where To Change The Font Size, Type For Bullets - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Where To Change The Font Size, Type For Bullets

MH

Matt Hunt

Template 3 years ago

Hi, I've got the following in the custom css file, but it is having no effect on the List Items. what am I missing?

ul li{
font-family: "Astoria-Sans","Arial", sans-serif !important; font-style: normal !important; font-weight: 300 !important; font-size: 22px !important; }

0
3 Answers
Pavel
Pavel
Accepted Answer
3 years ago #92437

Hi. This should work. To find out the reason why it does not work, you need to use browser code inspector to check code applied to <li></li> elements. There is no other way

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #92449

Hi Matt,

  1. Arial doesn't have to be in inside " ".
  2. Is Astoria-Sans font file is loaded as well by Custom CSS?
  3. As Pavel said use Code Insector guide for beginners >> https://www.joomshaper.com/blog/which-line-of-css-i-have-to-edit-code-inspector-in-action
  4. There is possibility that other template style is "stronger" more important that your rule.
0
MH
Matt Hunt
Accepted Answer
3 years ago #92589

Thank you Paul, that got me thinking and I moved the exact same style code from the custom.css file to the Custom CSS field in the addon and it is working perfectly.

0