• Resolved Deborah Delin

    (@deborahdelingmailcom)


    Hi,

    When I try to change the font using the code:

    .testimonials-widget-testimonials {
    font-family: Arial;
    font-size: 10px;
    }

    The start/stop button disappears and the testimonials stop rotating.

    I had an issue where the words start/stop appeared over the start/stop button and the following code sorted that out:

    .testimonials-widget-testimonial
    .bx-start active
    .bx-controls-auto-item
    .testimonials_widget-3
     .widget a {
    line-height: 0;
        font-size: 0;
      color: transparent;
    }

    I’m wondering if that’s causing the conflict?

    Any advice gratefully appreciated. Here is the website. The testimonials widget is in the left hand column under the picture of the bride and groom posing. Thank you very much.

    Deborah

    https://www.ads-software.com/plugins/testimonials-widget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    Deborah,

    You might try being more specific about your CSS.

    .testimonials-widget-testimonial blockquote,
    .testimonials-widget-testimonial div.credit {
    font-size: 10px;
    }

    This way, you’re not overriding the bx-slider stuff.

    I’m not sure about what issues remain though here.

    Thread Starter Deborah Delin

    (@deborahdelingmailcom)

    Thanks for replying! That’s so weird! The code you suggested also caused it to become static. And it seems not to like the Arial font!

    So I’ve found a workaround and used a font which looks similar to Arial. I was unable to to fix it via CSS in the editor. But when I used the Use any Font plugin and specified:

    .testimonials-widget-testimonial blockquote,
    .testimonials-widget-testimonial div.credit

    as you suggested, it worked. Thanks so much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Font Stops Rotation’ is closed to new replies.