Style art-post only for articles and not for breadcrumb or the header


Author Message
marietek

Posted: 11/5/2015
Quote message 

Hello
I put a "box-shadow" code in the css of the template for the "art-post" as I want to put a shadow around the article.
But I dont want it for the breadcrum or the art-postheader like it is in the capture.png.
How can I manage ?...
as the class "art-post" take the leadership at each time...
A long time to search ....with no result!!!
Thanks for any help
marie
 
James G

Posted: 11/6/2015
Quote message 

Hey Marietek,

Are you wanting something like this?

https://drive.google.com/file/d/0B5qs1V8vWbqbRVhsNjBJancxcFU/view?usp=sharing

If so, adding something like this to the bottom of the css file will work.

.art-postcontent {box-shadow:3px 3px 5px #888;}