Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Magazine3

    (@magazine3)

    Sure Nikhil,

    Would love to help you.

    What kind of shadow effect would you like to add?

    Do you have an example?

    Also, share your website URL so that I can do the needful.

    Thread Starter nikhilazza

    (@nikhilazza)

    A simple shadow effect, that

    Shadow effect Something Like This Example – https://ibb.co/WxKdZfP

    Thread Starter nikhilazza

    (@nikhilazza)

    Hey,

    Any Upadte?

    Thread Starter nikhilazza

    (@nikhilazza)

    Hey Team,

    Please Help!!!

    Plugin Author Magazine3

    (@magazine3)

    Hi, Sorry for the delay in getting back. Seems it’s not working, Can you please share the reference screenshot again? So that we will look into it and get back to you immediately.

    Thread Starter nikhilazza

    (@nikhilazza)

    A Simple Box Shadow effect,

    https://ibb.co/6tM23GZ

    Hi, I can help you out with this. You can adjust the dropshadow size and color by adjusting the values.

    #ez-toc-container {
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
    }

    And if you want it with the curved borders like in your photos you can do this:

    #ez-toc-container {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
    }

    If it doesn’t work send me the link to your site.

    Plugin Author Magazine3

    (@magazine3)

    Can you please refer to the below code and add the below CSS code in Appearance < Customize > Additional CSS and let me know if you need any assistance? So that we will help you accordingly.

    #ez-toc-container {
        box-shadow: 5px 5px #888888;
    }
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to Add Shadow Effect to Easy Table of Content?’ is closed to new replies.