Okay
  Public Ticket #3399788
Blog Post Head
Closed

Comments

  •  4
    UtopiaDM started the conversation

    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

  •  8,839
    Tahir replied

    Hey Again,

    Try using the New Responsive Typography Settings in here : 

    2321066868.pngClick on Image to View Larger

    .


    Best.



    ThemeNectar Support Team 

  •  4
    UtopiaDM replied

    I don't want to change the size for all the headings across the website, just the heading size on the blog posts?

  •  1,877
    Judith replied

    Hi 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.

  •  4
    UtopiaDM replied

    Unfortunately that didn't work

  •  1,877
    Judith replied

    Hi 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.

  •  4
    UtopiaDM replied

    Awesome, thank you!!

    Is there a way to adjust the padding of blog post heading sections?

    Above the categories and below the date?

  •  2,958
    Andrew replied

    Hello 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,