-
AuthorPosts
-
May 17, 2019 at 1:46 pm #1101800
Hi Enfold-Team,
I want to ad a <h1> heading to my blog post page. Links see below.Also the type from “recent posts” at the sidebar should be same design and line spacing like “Categories” (not italic-font).
And the heading from the posts (e.g. NAB SHOW) should be a bit bigger than the category name.
Can you please help me with that?
Thank you!!!May 19, 2019 at 8:56 am #1102196Hey ceiton,
Please have a look at this thread
https://kriesi.at/support/topic/how-to-change-the-post-title-to-h1/Can you disable caching and minification for now?
Best regards,
VictoriaMay 20, 2019 at 1:13 pm #1102471Hello Victoria,
Thank you, but this is not exactly what i wanted. I dont´t want to change h2 to h1. I would like to ad a unique main title, for example “CEITON Blog”, as h1 above the post loop. Because now my SEO-analysis says that this url has no h1.And I tried to change the font size like recommended here: https://kriesi.at/support/topic/how-to-change-the-post-title-to-h1/
.entry-content .post-title {
font-size: 30x;
line-height: 1.5em;
}
But it did not change anything in my case.
Do you have another recommendation?Kind regards,
SarahMay 21, 2019 at 5:37 pm #1102969Hi Sarah,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaMay 22, 2019 at 9:02 am #1103201Hello Victoria,
I could change the italic-type from “recent posts” in Quick CSS with
.recentcomments a, .widget_recent_entries li a {
font-style: normal;
font-family: inherit;
}
but now the line-height is still a bit different to “Categories”.
And the other things (h1 and bigger title) I could not solve so far.See the admin access below.
Thank you!May 23, 2019 at 8:27 am #1103582Hi ceiton,
Please try adding this css too:
.widget_recent_entries li { padding: 2px 0; }
Best regards,
VictoriaMay 23, 2019 at 8:53 am #1103592Hello Victoria, Thank you, that works now! : )
Now I have only 2 wishes left:
– Adding a new <h1> on top of the blog and
– display the blog-categories (under the post-title) in the same font-style like on the categories-sidebar (not only uppercase letters)Do you have an idea how to change it?
Kind regards,
SarahMay 28, 2019 at 5:50 am #1104678Hi,
Thank you for using Enfold.
1.) Set the Enfold > Blog Layout > Blog Layout to “Use the advance layout builder (ALB)…” so that you can manually edit the blog page using the ALB. You can add a special heading element on top of the blog posts element.
2.) Use this css code to adjust the style of the post categories.
.html_modern-blog #top .post-entry .blog-categories { text-align: left; top: -25px; font-size: 14px; font-weight: 700; }
Best regards,
IsmaelMay 28, 2019 at 8:44 am #1104747This reply has been marked as private.May 30, 2019 at 2:44 pm #1105430Hi,
Thank you for the update.
Did you set the blog page in the Settings > Reading panel? Please reset those options to default and then adjust the blog layout settings in theme options again. The account above has no admin rights so we were not able to edit the settings.
Best regards,
IsmaelMay 31, 2019 at 9:55 am #1105624Hello, Thank you, it works now!!
May 31, 2019 at 4:15 pm #1105731Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Edit Blog heading h1 and Sidebar’ is closed to new replies.