• Resolved comicschris

    (@comicschris)


    So I am trying to figure out how to change the sidebar on my site with the WP Product Review Lite. I want the thumbnails to be a different size and the text to be larger. Is this possible?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    Yes, it is possible to change the sizes of widget review item thumbnails, and text. You would need to add this CSS snippet:

    .cwp-popular-review .cwp_rev_image {
        width: 70px; // change 70px with the size that you want for thumbnail
    }
    
    .cwp-popular-review .wppr-col {
        font-size: 25px; // change 25px with the size that you want for text
    }

    You can add this code by going to Dashboard > Appearance > Customizer > Additional CSS.

    Let me know if this worked for you. Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Change the Sidebar Widget’ is closed to new replies.