Okay
  Public Ticket #207242
Remove bar on end of blog posts?
Closed

Comments

  •  1
    Hercules started the conversation

    How can I remove the gray line at the end of the blog post above the Call To Action? I would also like to reduce the amount of blank space so the Call To Action is closer. Thank you!

  •  8,470
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    .single-post #call-to-action {
        margin-top: -50px;
    }
    

    Cheers


    ThemeNectar Support Team 

  •  1
    Hercules replied

    Thanks! And how do I remove the gray bar separating the post from the Call To Action?

  •  8,470
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    body article.post .content-inner {
        border-bottom: none !important;
    }
    

     If you really need any further modifications done please head on over to Envato Studio which is a service from Envato that offers paid WordPress customizations. I'm sure a developer on there would be able to wrap this up for you :)  . 

    Thanks


    ThemeNectar Support Team