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
Enclose the image address with url(
and )
.
Example: background-image:url("image address";
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
582 PHP ssh2_scp_send fails to send files as intended
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
620 Uncaught (inpromise) Error on Electron: An object could not be cloned
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.