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

    (@kreitje)

    You can add a border-bottom styling to the hms-testimonial-container class.

    Example:
    .hms-testimonial-container { border-bottom:1px solid black; }

    You can also space them out a bit:

    .hms-testimonial-container {
    margin-bottom: 10px;
    border-bottom: thin dotted #5a5a5a;
    }
    Thread Starter OsteoNY

    (@osteony)

    I posted it at the bottom of my css style sheet but didn’t see a change in the appearance. Any thought why that might be?

    Thread Starter OsteoNY

    (@osteony)

    I’m a dunce and can’t even find the code on my own site using my browser developer tools. My WP theme (Customizr) has a Custom CSS panel where I entered this code. And it’s working.

    Plugin Author Jeff K

    (@kreitje)

    Hey OsteoNY,

    Just above the css you placed you have:

    /*end retina display

    However are missing the end */ so it’s commenting out the CSS you added.

    Please change it to

    /*end retina display*/

    rbkingstoncarpentry

    (@rbkingstoncarpentry)

    I am new to wordpress (And creating websites in general)
    I am trying to do the same thing, add a line or do something the space the testimonials. Do i copy that code and enter it as is? Help!

    Plugin Author Jeff K

    (@kreitje)

    Hey rbkingstoncarpentry,

    Yes you can copy and paste that code as.

    If you go to Apperance -> Editor and it will have your themes stylesheet. Paste at the bottom there and save it.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Line Divider Between Testimonials’ is closed to new replies.