Hi, On the homepage all of the items shown have different sized descriptions which looks odd. I have added a photo. Is there a way to make all boxes the same size so they are even? Thanks
Also, is there a way to remove the yellow highlights on the numbers in the pic attached here and make the pictures clearer and so they do not cut off the picture.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: mark.count { display: none; } To make product description same set value in excerpt function according to your product description so that all product description will look in same height as shown below in screenshot. It will resolve your issue. Thanks & Regards Yogesh Bhade
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: ul.thumbnail li { height: 350px; } Thanks & Regards Pramod Patel
Pramod, thanks for your reply. The code did not work. Please see the attached image for your reference. This is for the "Shop". It appears that the code worked on the homepage product section.
Hello, For Shop page paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content-bar .site-content ul.products li#product_item { height: 350px; } Thanks & Regards Pramod
Thanks Pramod. I am now having as issue whereby when I change a product in woocommerce to a "variable product" and add variations according to the woocommerce help page it stops the buy now button appearing. Here is an example http://239bike.co.nz/?product=trek-skye-womans Thanks
Hello Richarbran, Please provide screen shot and page url where you did not get same height of product. Your shop page products have the similar height. Thanks & Regards Pramod
Hello rochelleneil, Please go for woo-commerce plugins instruction to set variations on products. Thanks & Regards Pramod
Pramod, I probably should have explained my request better. It's not the product picture, it's the description in the shop page that is not stopping at the same length. Is there anyway to have that description stop at a certain amount of characters and add the "..."?
Hello richarbran, Please follow instructions given above by Yogesh to set content length.. Thanks & Regards Pramod