Skip to content

How to display both the product title and image in the review comparison table ​

To show the product title along with the image in the review comparison table, first check you have added the " img" attribute in the comparison table shortcode. It should look like this: [wpr_landing img].

Now go to Appearance -> Customize -> Additional CSS and add the following code:

h2.cwppose_hide.wppr-comparison-title-with-image {
	display: unset;
	}

Publish the changes and check the table.

Was this helpful?