Adding Shadow Boxes to Testimonials

Discussion in 'Squirrel WordPress Theme' started by ldas4u, Feb 20, 2014.

  1. ldas4u

    ldas4u New Member

    Joined:
    Aug 16, 2012
    Messages:
    3
    Likes Received:
    0
    Hello, the page that I'm having an issue with is: http://longdistanceassistants.com/about-us/testimonials/.

    Is there a way to achieve a gray shadow box with a blue shadow, for each testimonial that will be listed on the page? If so, please let me know what code will work and exactly where to place it.

    I appreciate anyone who can answer this! Thanks in advance!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    To add any style only on this page. First put testimonials inside classes like (<div class="testimonial1"><p>YOUR CONTENT</p></div>).
    After this Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar testimonial1 p {
    box-shadow: 0px 0px 15px #5661B1;
    background: #888888
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page