How do I make the bullet points on a page non bold? Here is an example of one of my pages where it is showing bold http://thepac.org/our-programs
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .fullwidth p strong { font-weight: normal; } This will solve your issue.