Topic Resolution: Resolved
  • Closed
  • Rssn
    Spectator
    June 20, 2015 at 9:14 am #18366

    How to remove the line with shadow at my background?

    I’ve tried using this custom css but it didn’t work

    .home-content-boxes {
    background: none !important;
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    June 20, 2015 at 9:36 am #18367

    Hi,

    Please try the following.

    .menu-header::after {
    background: none;
    }

    Thanks!
    Denzel

    Rssn
    Spectator
    Posts: 31
    June 20, 2015 at 9:45 am #18368

    Thanks Denzel!