Single Testimonial CSS Selector
-
After I updated the shortcode from bne_testimonials_list to [bne_testimonials layout=”list”], my CSS no longer selects the testimonials for formatting.
Before i had:
div.single-bne-testimonial {
background: #f5f5f5;
padding: 20px;
margin-bottom: 20px;
border: 2px solid #cccccc;
border-radius: 10px;
}I’ve tried “div.testimonial-single” and “.bne-testimonial-wrapper .testimonial-single” and several other iterations to no avail. Can you tell me what the selector should be?
Here’s a page where it still works with the old bne_testimonials_list shortcode.
THANKS!
The page I need help with: [log in to see the link]
The topic ‘Single Testimonial CSS Selector’ is closed to new replies.