• I am unclear on what modification I need to make to enable the “Pause on Hover” attribute.

    Could you please clarify what code I need to change, and where this is found?

    Is this custom CSS included in the “Settings” panel for the widget?

    Thanks,

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

    (@halgatewood)

    Pause on hover is enabled by default so you need this attribute to turn it off [testimonial_rotator no_pause_on_hover="1"]

    The Custom CSS field can affect your whole site actually. If you are not seeing your changes in there, you will need to add a more specific selector to the box:

    div.testimonial_rotator_wrap div.testimonial_rotator .testimonial_rotator_slide_title { font-size: 2em; }

    or even something like:

    .widget div.testimonial_rotator_wrap div.testimonial_rotator .testimonial_rotator_slide_title { font-size: 2em; }

Viewing 1 replies (of 1 total)
  • The topic ‘Pause on Hover’ is closed to new replies.