- This topic has 11 replies, 4 voices, and was last updated 3 years ago by
Leo.
-
AuthorPosts
-
January 18, 2017 at 3:47 am #265343
Eirini
Hi Tom,
I am using Generate Press with Beaver Builder Plug In & have set up a child theme to deal with extra styling.
I do not seem to be able to change the size of the h4, h5 styles.
Have added:
h4 {font-size: 18px}
but reverts to:
h4, {
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
}Link to page:
http://biosynthesis.communityoftherapists.com/edu/ed_prog/Thanks much.
Eirini
January 18, 2017 at 6:45 am #265398Leo
StaffCustomer SupportHi Eirini,
The CSS in your child theme is read after the parent theme, so your child theme CSS will be the one that actually takes effect.
Looks like you missed a semicolon after
font-size: 18px
. Make sure there are no other syntax errors in your child theme so everything is getting read. One thing you can try is to put thath4
style as the first block of code to see if it works.Let us know.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 18, 2017 at 9:42 am #265456Eirini
Hi Leo, thanks MUCH for response…
Validated syntax & DID find a couple more errors which I sorted & in so doing cleaned up some other styling issues that I had not got to… so THANKS!
Did not however find a solution for the the h4 styling… any other suggestions most welcome.January 18, 2017 at 9:54 am #265466Tom
Lead DeveloperLead DeveloperAny chance you can link us to a page with an H4 on it?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 18, 2017 at 10:00 am #265469Eirini
Sure
LINK
http://biosynthesis.communityoftherapists.com/edu/ed_prog/There are h4 styles just above the accordion blocks…
ie. the title below…Βασικές Ενότητες
Βεβαίωση Σπουδών
θεματολογία Εκπαιδευτικής Υλης
January 18, 2017 at 10:19 am #265473Tom
Lead DeveloperLead DeveloperAh, I see the issue. The header info in your child theme is missing a closing comment, so the entire file is commented out.
After the tags and before your h4, add this:
*/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 18, 2017 at 11:27 am #265509Eirini
🙂
So simple!
Thanks much!!!January 18, 2017 at 1:59 pm #265540Leo
StaffCustomer SupportGlad we can help!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 28, 2018 at 6:48 am #533730AMAN SINGH
How to change h4 font style
March 28, 2018 at 9:01 am #533983Leo
StaffCustomer SupportThat should be in Typography > Headings: https://docs.generatepress.com/article/typography-overview/
Please open a new topic if you need more help on this.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 28, 2018 at 9:13 am #534016AMAN SINGH
Can i change h4 font style in free version.
March 28, 2018 at 12:46 pm #534256Leo
StaffCustomer SupportDo you mind opening a new topic?
Thanks!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.