Viewing 2 replies - 1 through 2 (of 2 total)
  • This is because they added a class=”title” to those, and this coincidentally applied the standard WP CSS class title to them. This should be changed, for instance to class=”jobtitle”, I hope they’ll do it in a next release. Meanwhile you can edit it in woothemes-testimonials-template.php line 118.

    Plugin Author James Koster

    (@jameskoster)

    Hey,

    Not sure what you mean by the ‘standard WPP CSS class’? All the classes come from the theme. There’s always potential for conflicts but the theme should add specificity if it’s styling a ‘title’ class.

    hoppylorinc is correct though, you’ll need to tweak your css to fix this. Try:

    .widget_woothemes_testimonials .title {
    font-size: 1em;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Author Info Suddenly Reformatted’ is closed to new replies.