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!
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
Hi!
Please add following code to Quick CSS
.container_wrap {
border-top: none;
}
Best regards,
Yigit
Thanks!