Tagged: shadows
Hi
I have shadows on the first page – thats fine. But the shadows also appear in the ABOUT page and THE SCIENCE page _ I dont want shadows on the text here. How do I apply the shadows to just certain pages?
Hey sunilskrishnan,
Please change this CSS:
#Sunil_Shadow h3, h4, h5, h6, p {
text-shadow: 0px 0px 6px rgb(0 0 0) !important;
}
To this:
#Sunil_Shadow h3, #Sunil_Shadow h4, #Sunil_Shadow h5, #Sunil_Shadow h6, #Sunil_Shadow p {
text-shadow: 0px 0px 6px rgb(0 0 0) !important;
}
Best regards,
Rikard