Trouble with fonts on my site
-
Hey everyone, I’m at a bit of a loss here, and was wondering if anyone could help. I recently changed my site design, and I’m working some kinks out, the most annoying of which is that on my “about”, “contact”, and “website” pages, linked on the top right, the first letter on every paragraph is a weird, ugly capital letter that really makes those pages look terrible. So basically, is there a CSS code to make all those fonts simply the same. Thanks in advance. -Aaron
The blog I need help with is: (visible only to logged in users)
-
Hi, to remove the dropcap feature of Silvio, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
.entry-content p span.dropcap, .entry-content > p:first-child::first-letter { font-size: 1.375rem; color: #3f5836; padding-right: 0; float: none; } -
-
- The topic ‘Trouble with fonts on my site’ is closed to new replies.