Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Hal Gatewood

    (@halgatewood)

    The text in the testimonial can be styled with the default WordPress editor. Each element has different classes and ID’s you can use to style individual items. The main title of the testimonial is an H2 so you can target it like this:

    .testimonial_rotator h2 { font-style: italic; }

    For the rest of the items you can use Inspect Element with Firefox or Chrome to figure which classnames go with which elements.

    Thread Starter egghead7

    (@egghead7)

    Ok, I’m using ckeditor plugin which overrides the default WP editor…would I have to deactivate that plugin and use the default editor or should it be ok using the plugin??

    Plugin Author Hal Gatewood

    (@halgatewood)

    It should work. The .testimonial_rotator h2 part I mentioned above would have to go into your style.css in your theme however.

    Thread Starter egghead7

    (@egghead7)

    Hello,

    I really appreciate your help in this…I’m working on a site and I entered the code above into the style.css file but no changes..if you could take a quick glance at the site http://psionova.com and scroll to the bottom its in the sidebar widget at the bottom….as you will see basically all I need to do is make the words actually black or another color bold even.

    Thanks again

    Plugin Author Hal Gatewood

    (@halgatewood)

    The widget rotator has a different wrapper:

    .testimonial_rotator_widget blockquote { color: #000; }

    Thread Starter egghead7

    (@egghead7)

    Ok thanks!!! That got it! You’re Great!!! Now…what code what I use to make the h2 bold in the widget??

    Plugin Author Hal Gatewood

    (@halgatewood)

    .testimonial_rotator_widget h2 { font-weight: bold; }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change Fonts & Colors of Testimonials??’ is closed to new replies.