Changing the font for “Like” and “Be the first to like this.”
-
For Jetpack’s “Like” button and texts (e.g. Be the first to like this.), I’m trying to change to Arial (font-family: Arial, Helvetica, sans-serif), but using the following code doesn’t work. I believe I’m targeting the correct class, but it looks like “!important” added to your original CSS is preventing me from making the change. Any way to change the font? Thank you for your support.
********************
.wpl-likebox, .wpl-follow a, .wpl-count a {font-family: Arial, Helvetica, sans-serif !important;}
.wpl-button a {font-family: Arial, Helvetica, sans-serif !important;}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Changing the font for “Like” and “Be the first to like this.”’ is closed to new replies.