Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    You can change the background of Add to cart button.

    For that, please open the following file which is your stylesheet:

    https://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.

    Thread Starter Blendobass

    (@blendobass)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to make the add to cart box background transparent ?’ is closed to new replies.