Removing shadow from boxed site layout - by ptzinis

This topic has 3 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Jack Richardson

  • Avatar: ptzinis
    ptzinis
    Participant
    September 23, 2015 at 08:52

    Hi,
    how can I remove the shadow in the border when choosing from theme option –> site layout –> boxed?

    Thanks

    2 Answers
    Avatar: ptzinis
    ptzinis
    Participant
    September 23, 2015 at 09:23

    and another thing, as I cannot figure it out:

    in the page how to remove white space from row to row?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 23, 2015 at 14:49

    Hello,

    >>

    in the page how to remove white space from row to row?

    You need add margin-bottom value 0px editing each row in VC editor:
    http://prntscr.com/8jkt9k

    >>

    how can I remove the shadow in the border when choosing from theme option –> site layout –> boxed?

    Use this code in Theme Options > Custom CSS > Global Custom CSS:

    .boxed .st-container {
        box-shadow: 0px 0px 1px;
    }

    If you want to remove borders at all use this code:

    .boxed .st-container {
      box-shadow: none;
    }

    Best regards,
    Jack Richardson.

  • Viewing 3 results - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.