Forums

Testimonials Widget
[resolved] Alter Hyphen Located Before Author Name (2 posts)

  1. Ronester
    Member
    Posted 8 months ago #

    Hello,

    I am trying to remove the hyphen located before the Author name. I was able to accomplish this on the comma located after the auther name using the following code:

    .testimonialswidget_testimonial .testimonialswidget_join {
    	display: none !important;
    
    }

    However similar code doesn't seem to affect the hyphen:

    .testimonialswidget_testimonial cite:before {
    	display: none !important;
    
    }

    I also noticed in the source code that there doesn't seem to be a CSS applied to the hyphen like there is with the comma.

    <cite>
    "— " <!------ No span class -->
    <span class="testimonialswidget_author">Author Name</span>
    <span class="testimonialswidget_join">, </span>
    <span class="testimonialswidget_source">Source Text</span>
    </cite>

    I am using a child theme with a separate style.css to override the plugin's native CSS stylings.

    Thanks

    http://wordpress.org/extend/plugins/testimonials-widget/

  2. Michael Cannon
    Member
    Plugin Author

    Posted 8 months ago #

    Please try 2.0.0.

Reply

You must log in to post.

About this Plugin

About this Topic