Comments 4UtopiaDM started the conversationJune 24, 2023 at 9:21amI'm trying to edit the blog post header styling but can't find any options anywhere to do it?- The heading text size mainly 8,839Tahir repliedJune 24, 2023 at 11:38am Hey Again, Try using the New Responsive Typography Settings in here : Click on Image to View Larger. Best. ThemeNectar Support Team 4UtopiaDM repliedJune 24, 2023 at 2:54pmI don't want to change the size for all the headings across the website, just the heading size on the blog posts? 1,877Judith repliedJune 25, 2023 at 4:52pmHi there,Please try this css: @media only screen and (min-width: 1300px) and (max-width: 1500px){#page-header-bg .span_6 h1, .nectar-box-roll .overlaid-content h1 { font-size: 39px;} }Thanks. 4UtopiaDM repliedJune 25, 2023 at 5:25pmUnfortunately that didn't work 1,877Judith repliedJune 26, 2023 at 7:56amHi there, So sorry the previous css didn't work, please try this css instead: body.single.single-post #page-header-bg h1.entry-title{ font-size: 1em; } Thanks. 4UtopiaDM repliedJune 26, 2023 at 8:01amAwesome, thank you!!Is there a way to adjust the padding of blog post heading sections?Above the categories and below the date? 2,958Andrew repliedJune 26, 2023 at 10:44amHello again,Thank you for getting back to us.Hi Again, Add this into the Custom CSS box in your Salient Theme Options panel. .single .heading-title[data-header-style=default_minimal] h1, body[data-ext-responsive=true].single-post #page-header-bg[data-post-hs=default_minimal] h1 { padding: 40px 0 40px 0; } Thanks, Sign in to reply ...
I'm trying to edit the blog post header styling but can't find any options anywhere to do it?
- The heading text size mainly
Hey Again,
Try using the New Responsive Typography Settings in here :
.
Best.
ThemeNectar Support Team
I don't want to change the size for all the headings across the website, just the heading size on the blog posts?
Hi there,
Please try this css:
Thanks.
Unfortunately that didn't work
Hi there,
So sorry the previous css didn't work, please try this css instead:
Thanks.
Awesome, thank you!!
Is there a way to adjust the padding of blog post heading sections?
Above the categories and below the date?
Hello again,
Thank you for getting back to us.
Hi Again,
Add this into the Custom CSS box in your Salient Theme Options panel.
Thanks,