Archived topic
Post Title Font Not Being Affected By Customizer
3 replies · Started by Bettijo on September 10, 2021
https://attalie.com/80s-slang-terms-defined/
I am trying to change the font that is being used for my blog post titles. When I go into the Customizer it is set to display as "Work Sans" but they still show up as Playfair. I can change the attribute's size in the customizer and it does change, so I think I have found the right place to be controlling it, but for some reason the font doesn't change. This <h1> attribute is displaying correctly on my other pages. I tried to look at the Post Header element to see if the title font was somehow being controlled elsewhere, but I am not having any luck. Can someone please shed any light on this issue? Thanks! --b
Hi Bettijo,
You have this CSS:
https://www.screencast.com/t/rZ96FxTrt
/* post title font styling */
h1.entry-title {
font-family: 'Playfair Display', serif;
letter-spacing: 0px;
}
It overrides the customizer settings.
Check customizer > additional CSS.
Let me know if you need further assistance :)
Thanks that worked!
You are welcome :)