Okay
  Public Ticket #2451349
Single Post Headers
Closed

Comments

  • Crispy0212 started the conversation

    Hi Tahir, hope you're well. Could you help me with this small issue. 

    I seem to have gotten myself a bit tangled up with display of single blog post headers. 

    Looking at the example above, I have the post date very small, and the scroll down arrow positioned right on top of the date. 

    Actually the scroll down arrow is redundant for my blog posts. 

    So my best solution would be to 

    a. increase the size of the date font

    b. hide the scroll down arrow, on single blog posts only. 

    Could you tell me how to do that? 

    Thanks

    Chris

    user themenectar

    password NX^PE*ebKSwK8gIcwQUa7HXF

  •  8,884
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .single-post .scroll-down-wrap {
        display: none !important;
    }
    #page-header-bg.fullscreen-header .author-section .meta-date i {
        font-size: 25px !important;
    }

    Thanks


    ThemeNectar Support Team