This topic has 4 replies, 3 voices, and was last updated 2 years, 6 months ago ago by Olga Barlow
Hi all,
Please could you tell me how i can straighten out the products in the shop page, they are not displaying in a straight line. How can i rectify this? See screenshot below
/Users/tobywakenshaw/Desktop/Screenshot 2022-05-04 at 14.03.53.png
Secondly, there is a black line with ‘or’ next to my add to cart/quantity and i don’t believe it should be there, how can i remove this one please?
See below screenshot
/Users/tobywakenshaw/Desktop/Screenshot 2022-05-04 at 14.31.33.png
Hello,
We can’t see your screenshots, upload them here – https://imgbb.com/ and provide URLs, please.
Regards
Hello,
1) Go to Theme Options > WooCommerce > Shop > Product styles > Product Title Limit By > choose Lines and choose 3.
2) The first OR text comes from the third-party plugin that you use. So, add the below code to Theme Options > Custom CSS to hide that
.cart p#wcpay-payment-request-button-separator {
display: none !important;
}
Regards
Tagged: best selling, display, product catalogue, straight line, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up