Forums

[closed] how to make the add to cart box background transparent ? (6 posts)

  1. Blendobass
    Member
    Posted 1 year ago #

    I would like the background of the add to cart box to be transparent or
    no there. Can this happen ?

    thank you

    http://www.nomadikal.com/wordpress-1/?p=10

  2. Accuwebhosting
    Member
    Posted 1 year ago #

    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.

  3. Blendobass
    Member
    Posted 1 year ago #

    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

  4. elfin
    Moderator
    Posted 1 year ago #

    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.

  5. dsmartdesign
    Member
    Posted 1 year ago #

    was this ever resolved? I'm having the same issue, I can't find the right background to change.

    Thank you

  6. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Please post a a new topic.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags