About WordPress Welcart Cart Button Customization

Asked 1 years ago, Updated 1 years ago, 73 views

Welcart is installed in WordPress.
I would like to customize the cart button.
CSS to

@charset "utf-8";
/* CSS Document*/
US>.skubutton{
background-image: "http://image"
background-repeat —No-repeat;
width —443px;
height: 108px;
padding:0px;
margin:0px;
border: none;
cursor —pointer;
overflow — hidden;
display:block;
}

has been described.

The cart has been resized, but no images are displayed.How do I change the description to display the image?

css wordpress

2022-09-30 20:53

1 Answers

Enclose the image address with url( and ).

Example: background-image:url("image address";


2022-09-30 20:53

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.