Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    sarfarazshukkoor,

    Try to add this lines in theme options > custom css

    .page-container .container {
    box-shadow: 0px 0px 5px #333;
    -webkit-box-shadow: 0px 0px 5px #333;
    -moz-box-shadow: 0px 0px 5px #333;
    }
    Thread Starter sarfarazshukkoor

    (@sarfarazshukkoor)

    Its not working. Is there anything else that i need to change in the settings?

    Theme Author Fruitful Code

    (@fruitfulcode)

    sarfarazshukkoor,

    Its not working.

    You don’t see the shadow after addings this lines?

    it’s add shadow to the container. Maybe you want to see shadow in different way?
    Can you show your wesbite.

    Thread Starter sarfarazshukkoor

    (@sarfarazshukkoor)

    I dont see any kind of shadow in the container.
    I see the code is exactly how i want it. Its just not showing.
    This is my sifukutty.com

    Theme Author Fruitful Code

    (@fruitfulcode)

    sarfarazshukkoor,

    I checked your website, and found next lines in your theme options > custom css

    .container.page-container {
    background-color: #fff;
    }

    Why you can’t add my code above to the .container.page-container ?

    Thread Starter sarfarazshukkoor

    (@sarfarazshukkoor)

    I did add the code you gave me. Its just not appearing to be.
    Is there anything else i need to do?

    Theme Author Fruitful Code

    (@fruitfulcode)

    sarfarazshukkoor,

    If you have cache plugin like WP-Super-Cache, you can’t see updates after your changes.
    Clear browser cache too.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Shadow effect for page content.’ is closed to new replies.