Hi Xavier,
I add this line
background: url('...') !important;
In the "media / com_hikashop / css / style_orange.css" under class “.hikashop_cart_input_button” so it looks like this:
.hikashop_cart_input_button{
background: url(../images/add-to-cart.jpg) !important;
background-color:#f8a441;
margin-top:10px;
margin-bottom:10px;
border-right: 1px solid #dc4410;
border-bottom: 1px solid #dc4410;
border-left: 1px solid #f4b57d;
border-top: 1px solid #f4b57d;
padding:3px 5px;
color:#fff;
cursor:pointer;
font-weight:bold;
*padding:0px;}
No change on front page.
And the File manager gives me a "alert" (yellow icon on left hand side) complaining about “!Important" attribute. See the attachment for details. Not sure if I missed anything.
Just in case we have some miscommunications: my goal is to replace the hika "Add to cart" button (which is a form I believe) with a picture like the attached one.
Seems like it should be a image linked to the form?
Thanks Xavier.