- This topic has 9 replies, 2 voices, and was last updated 3 years, 10 months ago by
Leo.
-
AuthorPosts
-
March 9, 2019 at 9:39 am #833992
Russell
Up until wp5.0 I had been using .inside-article (see below for example) to display different h1-h6 for individual posts. It worked well until the recent shift to wp5.0. Now all h1-6 pages and post appear to default back to the h-1 setting in the the customizer.
What I seek is the css code for the posts page and a separate one for individual posts that can be placed in the Simple CSS plugin (Thanks Tom! Great work!). That way I can set it and go.
Any ideas for the .inside-article replacement for individual posts? and something similar for the posts page?
}
.inside-article h2{
font-size: 18px;
}GeneratePress 2.2.2GP Premium 1.7.8March 9, 2019 at 10:54 am #834046Leo
StaffCustomer SupportHi there,
Not quite sure if I understand.
When I look at the home page, Elementor is setting the font size for h1:
https://www.screencast.com/t/dAcN6nBHwd9Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 9, 2019 at 11:41 am #834067Russell
Yes, for the homepage elementor is setting the H1 font.
But I’m interested in not using elementor for blog page (agnetic.com/articles) and the individual posts. So I’m looking to set the H1 – H6 headings in those two instances different from the default or Elementor settings I have for other pages.
For a broader context:
I create my blogs in the Scrivener app. Then I compile it to a combination of markdown and html (via Bbedit app) and then copy and past that into a wordpress post.all to achieve the various formatting requirements (font size, popup footnotes, etc.)
March 9, 2019 at 5:07 pm #834192Leo
StaffCustomer SupportSorry if I’m missing something but then the customizer would be the best option no?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 9, 2019 at 6:06 pm #834215Russell
well, if there is a way to set different sets of headings 1 through 6 for the following via the customizer, I’m missing it and looking for direction:
1) website wide
2) blogs page
3) individual blogMarch 9, 2019 at 7:03 pm #834236Leo
StaffCustomer SupportAhh I see.
The blog/archive page should only have h2 and this CSS should work:
.blog h2.entry-title, .archive h2.entry-title { font-size: 30px; }
Single posts would be
.single h1 { font-size: 30px; }
Let me know if this helps 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 10, 2019 at 1:20 am #834336Russell
will do » thanks Leo!
March 10, 2019 at 11:06 am #834806Leo
StaffCustomer SupportNo problem 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/May 6, 2019 at 1:26 pm #891054Russell
Leo » this worked perfectly. Thank you!
May 6, 2019 at 1:27 pm #891055Leo
StaffCustomer SupportAwesome!
Glad I could help 🙂
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.