Okay
  Public Ticket #387961
Remove Border 1px
Closed

Comments

  • Matt started the conversation

    How do I remove the thin border at the top of the contact form?

    Here is the example page I need help with: http://spiritandtruth.net/contact-us/norm-johnson/

    Thanks for your help.

  •  8,849
    Tahir replied

    Hey, Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .page-id-40302 .row >.container >.col.section-title {
        border-top: none !important;
    }

    Thanks




    ThemeNectar Support Team 

  • Matt replied

    I added that and it did not take away the thin line.

    Any idea what the problem is?


    Thanks. :)

  •  8,849
    Tahir replied

    Hey,

    Seems like you got it sorted :

    Thanks


    ThemeNectar Support Team