Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #986801

    I have a grid row on my page and turned on “No Boarders” however there is still a line below the grid row. Is there a setting to not show this?

    https://www.staging2.stlouisdj.com/about-us/

    Grid row is where the youtube video is

    #986998

    Hey apremierdj,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #after_submenu_1 {
      border: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #987126

    This worked. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Line at bottom of Grid Row’ is closed to new replies.