Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1345006
    aparsons1
    Participant

    Hi there!

    Is there a way to remove the drop shadow showing behind the website? The layout is boxed.

    The site: http://www.deltaacademies.com
    x-theme 4.6.4, should be most recent version of cornerstone and wp, as just downloaded them.

    Thanks in advance! I am always so impressed with the help provided for this theme.

    Adrienne

    #1345029
    Thai
    Moderator

    Hi Adrienne,

    Please find and remove this CSS under Customizer > Custom > Global CSS:

    .site {
      box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
    }

    Hope it helps 🙂

    #1345506
    aparsons1
    Participant

    That worked great! Thank-you! One question related to that, is it possible to add a very thin border line on the outer edges of the website to define the website boundaries?

    Thanks, Adrienne

    #1345786
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    body {
        border: 8px solid #f5c31f;
    }

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1345006 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>