Viewing 5 replies - 1 through 5 (of 5 total)
  • 1. There is a setting in the widget called “Number of testimonials to show”.

    2. The widget stylesheet is loaded in the footer after all other stylesheets so it probably overrides your custom CSS. Try !important to prevent overrides, like this:

    color: #000 !important;

    If not successful, please post a link to your site and I’ll peek under the hood.

    Thread Starter woerterfall

    (@woerterfall)

    1. Of course I have written “5” in that setting you mention, but they are not displayed. Actually, there ARE more than one displayed for half a second, but then all of them instead of one disappear again.

    2. I also have tried the !important-thing, but with no effect:

    .testimonial-widget h5 {
    color: #32469e !important;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 10px;
    }
    .testimonial-widget .content {
    color: #222 !important;
    font-size: 14px;
    }

    The link is http://www.woerterfall.de/Untermieter/Wordpress-Probeseite3

    I think you’re missing a closing </div> in the fourth testimonial content. Try <p>‘s instead.

    Your custom CSS is working for me. Screenshots:
    http://screencast.com/t/QxPiIsq9D
    http://screencast.com/t/a5eREXQDPf1g

    Thread Starter woerterfall

    (@woerterfall)

    Hi Chris,
    I have deleted the divs, but there is no difference in the frontend.
    I have 8 testimonials, but only 2 of them are displayed. This is worse than the fact, that the font is to small.

    In the widget settings, try -1 in Number of testimonials to show. That will show all testimonials. Without a number in that setting, it will show two.

    Your custom CSS has font-size: 14px but it’s missing !important.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘1. Number of displayed testimonials, 2. Colors and font size’ is closed to new replies.