- Posts: 14116
- Thank you received: 1639
Removing shadow around articles
-
eddie@itseazi.com
- Topic Author
- Visitor
13 years 6 months ago #8079
by eddie@itseazi.com
Removing shadow around articles was created by eddie@itseazi.com
Hi, I have changed the background to white but have a shadow surrounding the article/contents area. Could you please tell me where I need to go to alter this as I don't want any shadow either.
Thanks in advance!
Thanks in advance!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
13 years 6 months ago #8086
by ivan.milic
Replied by ivan.milic on topic Re: Removing shadow around articles
Sure , just give us link and describe where we can see what you want to change.
Please Log in to join the conversation.
-
eddie@itseazi.com
- Topic Author
- Visitor
13 years 6 months ago #8139
by eddie@itseazi.com
Replied by eddie@itseazi.com on topic Re: Removing shadow around articles
Hi this link is
www2.rolton-macduff.co.nz/
.
the pages themselves have a shadow on the left and right hand side of the articles/pages. This is what I am wanting to remove.
Thanks!
the pages themselves have a shadow on the left and right hand side of the articles/pages. This is what I am wanting to remove.
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #8155
by ivan.milic
Replied by ivan.milic on topic Re: Removing shadow around articles
Open layout.css
and remove background property from following entities:
#shadow {
margin: 0 auto;
background: url(../images/shadow_left.png) no-repeat;
}
#shadow_r {
margin: 0 auto;
background: url(../images/shadow_right.png) no-repeat top right;
}
#shadow_bl {
margin: 0 auto;
background: url(../images/shadow_bottom_left.png) no-repeat bottom left;
}
#shadow_br {
margin: 0 auto;
background: url(../images/shadow_bottom_right.png) no-repeat bottom right;
}
Maybe I missed something, everywhere you see some entity starting with #shadow... , remove the background property from it.
By remove you can just delete property or set background:none;
and remove background property from following entities:
#shadow {
margin: 0 auto;
background: url(../images/shadow_left.png) no-repeat;
}
#shadow_r {
margin: 0 auto;
background: url(../images/shadow_right.png) no-repeat top right;
}
#shadow_bl {
margin: 0 auto;
background: url(../images/shadow_bottom_left.png) no-repeat bottom left;
}
#shadow_br {
margin: 0 auto;
background: url(../images/shadow_bottom_right.png) no-repeat bottom right;
}
Maybe I missed something, everywhere you see some entity starting with #shadow... , remove the background property from it.
By remove you can just delete property or set background:none;
Please Log in to join the conversation.
Time to create page: 0.201 seconds