Client has had me making tweaks to WooCommerce, most solutions through CSS.
This one, despite being simple, has had me stumped.
For each result that is returned on shop page client wants me to add a button next to “Add to Cart” that links to the product page (instead of just having clicking on the picture link to product page.)
Any suggestions on CSS as well as which CSS files to edit?
You need to go beyond CSS to do this. It requires hooking into the loop template like so:
Put the above code in your theme’s functions.php file. You can also add a class to the anchor tag to custom style the link the way you want.