Okay
  Public Ticket #1441412
Getting rid of a line
Closed

Comments

  • jbraun started the conversation

    Hi there, I'd like to remove the line in the attached image. The divider I'm using doesn't have a line, now does the row.  All other blocks work perfectly, but this one.  My site is salesdna.co.  Thank you.

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please use the following CSS

    .row .col.section-title { border-bottom:none!important }

    Hope this helps,

    Regards

  • jbraun replied

    That worked.  Thanks Andrew.  But curious to know why this required CSS.  Is there a way to accomplish this within the editor?  

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Yes this can be accomplished in the editor. But CSS is a quicker way. You can look for the element using the page builder, go to the settings and remove the border.

    Hope this helps,

    Regards

  • jbraun replied

    Thanks!