I would like the background of the add to cart box to be transparent or
no there. Can this happen ?
thank you
I would like the background of the add to cart box to be transparent or
no there. Can this happen ?
thank you
Hi,
You can change the background of Add to cart button.
For that, please open the following file which is your stylesheet:
http://www.nomadikal.com/wordpress-1/wp-content/uploads/eshop_files/eshop.css
After that, figure out the following lines from that file...
form.eshop input.button {
background:#676B7B;
color:#fff;
border-width:1px;
border-style:solid;
border-color:#9396A4 #555 #555 #9396A4;
}
form.eshop input.button:hover,form.eshop input.button:active,form.eshop input.button:focus {
background:#D1FDA5;
color:#404040;
}
form.eshop input.buttonimg {
background:transparent;
border:none;
}
Please change the 'background' and 'color' attributes as you required.
For example,
form.eshop input.button:hover,form.eshop input.button:active,form.eshop input.button:focus {
background:#000000;
color:#ffffff;
}
And then save your stylesheet and re-upload it.
I hope it works for you...
Thanks.
thanks very much for the help, but its not the button color,... its the input box where all your opions and the add to cart button show up, its a rectangle box.. the background of that.
I will go over your post again and see if I missed something, but I think you were talking about the little box around the ad to cart button right ?
thanks
well a quick and simple method would be to not use the eshop.css
But obviously that affects everything. Look for
form.eshop fieldset and remove the background color, or set it to transparent.
was this ever resolved? I'm having the same issue, I can't find the right background to change.
Thank you
Please post a a new topic.
This topic has been closed to new replies.