- This topic has 13 replies, 3 voices, and was last updated 3 years, 8 months ago by
Tom.
-
AuthorPosts
-
July 20, 2017 at 7:01 am #352228
Cris
Hi,
I want to change the Font Weight for H1, H2 and H3 but it doesn’t work. (I’ve tryed with different fonts.) What can I do?
GeneratePress 1.3.48GP Premium 1.3.1July 20, 2017 at 8:40 am #352277Leo
StaffCustomer SupportHi there,
So it doesn’t work in customizer preview and live site?
Can you link us to the page? Thanks!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 20, 2017 at 8:43 am #352281Cris
Hi,
Both
I change between normal, bold, 100, 200…. and nothing happens
This happens with any fontJuly 20, 2017 at 9:03 am #352304Leo
StaffCustomer SupportCan you check if this line is added in your child theme? https://docs.generatepress.com/article/child-theme-issues/#import
If not can you try #1 here? https://docs.generatepress.com/article/debugging-tips/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 20, 2017 at 9:47 am #352333Cris
I do not have child theme.
I’ve turned on WP DEBUG but not report problem on my dashboard.
Work well on all fonts less h1, h2, h3 π
July 20, 2017 at 9:54 am #352334Leo
StaffCustomer SupportSomething else seems to be interfering with the style. Does aui rings a bell? This is what I see: https://postimg.org/image/fknov52bp/45ca1d57/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 20, 2017 at 10:10 am #352344Cris
:O
Any suggestion of what I can do, please?
July 20, 2017 at 10:12 am #352345Leo
StaffCustomer SupportHave you tried disable all non GP plugins?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 20, 2017 at 10:19 am #352351Cris
I just installed wordpress and generatepress and I still have not installed any plugins
July 20, 2017 at 1:14 pm #352435Tom
Lead DeveloperLead DeveloperYour heading text is wrapped in
<strong>
elements.<strong>
elements will set the font weight to 700, which will overwrite the font weight set in the Customizer.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJuly 21, 2017 at 12:23 am #352623Cris
Yes but I do not know why it happens. I just installed everything
July 21, 2017 at 9:26 am #352821Tom
Lead DeveloperLead DeveloperIt may be a plugin you’re using to insert the content? There’s a bunch of HTML wrapping your content.
You could try adding this CSS:
h1 strong, h2 strong, h3 strong { font-weight: inherit; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJuly 21, 2017 at 9:38 am #352833Cris
Problem resolved!
I have reinstalled everything and works well now.
Thank you!!
July 21, 2017 at 8:45 pm #353059Tom
Lead DeveloperLead DeveloperAwesome, no problem! π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.