Home Forums WoodMart support forum Change buttons Reply To: Change buttons

#363309

Bogdan Donovan
Keymaster

Hi,

Try to use following custom code to remove uppercase from add to cart buttons:

body .single_add_to_cart_button,
.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a {
	text-transform: none;
}

To save space on small columns width product hover design “Show summary on hover”, that you have chosen, is replacing the button with a small icon if on shop page you choose 4 columns or larger.

2-3 columns – button (https://prnt.sc/PUd3y-LWc9Vw)
4-5-6 columns – icon (https://prnt.sc/7Xky5amDRREi)

This behavior can’t be changed via option or custom CSS.

Kind Regards