content box shadow

Support Area Forums Epic content box shadow

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://test.leadingtothelight.org
  • Author
    Posts
  • #21254
    Avatar photosteve rawlings
    Participant

    Hi Bill,

    Thank you so much for your help with the navigation bar.

    Is there a way to make the shadow on the home page content box go away? The shadow seems to be effecting the logo color.

    Have a great day!

    Steve

    #21259
    Bill Robbins
    Moderator

    Good Morning Steve,

    Great question there. You can remove the shadow. Here’s how:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      body.light .wrap {
      	-moz-box-shadow: none;
      	-webkit-box-shadow: none;
      	box-shadow: none;
      }
      
    3. Update your settings.

    That should do it. If you have any trouble, let me know.

    Have a great day,
    Bill

    #21314
    Avatar photosteve rawlings
    Participant

    Thank you so much again Bill, for your support. When all else fails, you are the one.

    I want to remove the space above the footer as well. I tried #footer { padding-top: 50px; }, with no sign of any movement.

    Please Help

    Steve

    #21315
    Bill Robbins
    Moderator

    Hello Steve,

    Give this a shot:

    
    footer.primary {
    	top: -29px;
    	position: relative;
    }
    
    footer.primary p {
    	margin-bottom: 10px;
    }
    

    Let me know how that goes,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘content box shadow’ is closed to new replies.