Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1326548

    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?

    #1326613

    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

    • This reply was modified 2 years, 7 months ago by Rikard.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.