• Resolved madsdonkin

    (@madsdonkin)


    Hi there,

    Could you implement the option to style the client an position individually?

    With changing this:
    <cite><?php echo $testimonial['client'];?><br/><?php echo $testimonial['position'];?></cite>

    to this:

    <cite><span class="cite-client"><?php echo $testimonial['client'];?></span><br/><span class="cite-position"><?php echo $testimonial['position'];?></span></cite>

    Just a thought 🙂

    Best regards, and thank you for a great plugin!

    https://wordpress.org/plugins/easy-testimonials/

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

    (@richardgabriel)

    Hey there!

    Good idea. There is an update scheduled soon, and this should be reasonable to add to it.

    Thanks!
    Richard

    Plugin Contributor richardgabriel

    (@richardgabriel)

    Hello!

    We have added two new classes in the 1.7.4 update.

    To control the style of the client, use the class “testimonial-client”.

    To control the style of the position, use the class “testimonial-position”.

    I hope that helps!

    Best,
    Richard

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Style client and position individually’ is closed to new replies.