Plugin Author
Jeff K
(@kreitje)
The tweaks would happen in your themes stylesheet. There is a main parent container that all the testimonial parts are in. Then each item can be adjusted with css.
My theme stylesheet doesn’t have an author or name component that I can find/suppress, but it’s in every one of the templates in the plugin, requiring me to enter a name for every quote. I managed to adjust the placement of the Name/Author outside the box, but I’d rather it not hang out outside the box at all. Sorry for the noob question, I’m just a bit lost here.
Here is the theme’s testimonials styling, if I’m missing something blatant please let me know…
.testimonials .testi-item {
margin:3em 0 0 0;
padding:0;
}
.testimonials .testi-item:first-child {
padding:0;
margin:0;
}
.testimonials .testi-item blockquote {
padding:0 0 20px 0;
background:none;
background:url(images/quotes.png) 0 15px no-repeat;
min-height:124px;
-webkit-border-radius:none;
-moz-border-radius:none;
border-radius:none;
font-style:italic;
}
.testimonials .testi-item blockquote:before { display:none; }
.testimonials .testi-item blockquote:after { display:none; }
.testimonials .testi-item blockquote a {
color:#6b6b6b;
display:inline-block;
}
.testimonials .testi-item blockquote a:hover { color:#000; }
.testimonials .testi-item .testi-meta {
font-size:14px;
padding:3px 0 0 0;
color:#2c2c2c;
font-weight:bold;
font-style:italic;
Fix’d. Created new template.