Archived topic
View Product buttons custom CSS
3 replies · Started by _blank on July 6, 2020
Hi
I've added custom CSS for the button on the Product archive and the Upsells (you may also like) on product pages.
/* Woocommerce Product Archive Button */
.elementor-wc-products ul.products li.product .button {
border-color: #D15919;
background-color: #ffffff;
font-size: 16px;
color: #4a4a4a;
font-weight: 100;
border-style: solid;
border-width: 0px 0px 1px 0px;
margin-top: 0px;
}
I'd like the same style for the button underline on the Featured products block at the bottom of Homepage.
It looks like the same tag wp archive but it's not updating.
Many Thanks
Scott
Hi there,
did you resolve this ?
The 6 column list i see at the very end of the homepage beloe 'We have so much more to show you...' is displaying the same button style. Let me know
Hi David,
Yes it is now, I just tried adding
padding: 5px 2px;
Leo gave me for another block and that worked.
Thanks
Scott
Glad to hear that