Home New Guten Forums WoodMart support forum Boxed layout – border color

Boxed layout – border color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #57121

    Stanley Black
    Participant

    Hello,

    How to remove border color on boxed layout?
    I want layout without border color.

    Best regards

    Attachments:
    You must be logged in to view attached files.
    #57136

    Hello,

    Please add this CSS to Theme Settings > Custom CSS:

    .wrapper-boxed .website-wrapper {
            -webkit-box-shadow:none;
            box-shadow:none;
    }

    Best Regards

    #57282

    Stanley Black
    Participant

    Hello,

    Thanks!

    How to do the same for sticky header?

    Best regards

    #57299

    Hello,

    Please try this CSS:

    .whb-sticky-shadow+.whb-clone {
            -webkit-box-shadow:none;
            box-shadow:none;
    }

    Best Regards

    #57400

    Stanley Black
    Participant

    Hi,

    Thanks!

    Best regards

    #57406

    You are always welcome! If you have any questions feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Boxed layout – border color’ is closed to new replies.