Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #440097

    I am still not sure about the solution for the borders yet. I like my separators. however, they are also pulling up on each GRID CELL I create. Look at this page at the bottom. A separator is being drawn even though the settings are at NO BORDERS. How can I get rid of it so it’s just the separator I put in … I am missing something with the CSS.
    Thanks!

    #440752

    Hi Justin!

    I’m not sure which border you are referring to, maybe the one with the hamburger clown digging? If so, please try the following in Quick CSS:

    page-id-19 #after_submenu{
      border-top-width: 0px !important;
    }

    Best regards,
    Rikard

    #441131
    This reply has been marked as private.
    #441203

    Hi!

    Please add following code to Quick CSS

    .container_wrap {
      border-top: none;
    }

    Best regards,
    Yigit

    #441313

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Borders’ is closed to new replies.