Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #996500

    Hello,
    in your demo page you have no border around area where are Add to car button or variables. See picture. How can I hide it? I am using Enfold with Brown color scheme. Thanks.

    #996529

    Hey morelon,
    Please include the url to the page in question so we can write the correct css for you.

    Best regards,
    Mike

    #996545

    Hi, here is the url. It should work for all products now and in the future.

    #996645

    Hi,

    Thanks for the link. Please try the following in Quick CSS under Enfold->General Styling:

    form.variations_form {
        background-color: transparent;
        border: none;
    }

    Best regards,
    Rikard

    #996671

    There is a change, but not positive change. :) Border is black and still visible.

    #996674

    Ok I figure it out, I used !important and it works now. Thanks for help.

    Another question, is it possible to have this “form” (variations and cart button) over the picture on the mobile screen? Picture attached.

    #996730

    Hi morelon,

    Glad you got it working for you! :)

    Which form do you want to place there? Do you mean WooCommerce filters?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #996888

    Please forget my last question.

    I would like to hide frames around pictures on the product page.
    I would like to make main picture wider if it is possible, see picture.

    Thanks.

    #996899

    Hi,

    Add this to quick css:

    .woocommerce-product-gallery__wrapper a.lightbox-added{
    border:0px!important;
    }
    
    .single-product-main-image{
    width:43%!important;
    }

    Best regards,
    Jordan Shannon

    #997001

    Thanks, I have to add image width code to custom css -> just for desktop. Otherwise also on the mobile screen was picture width only 43% of the screen, which I didn’t want. But It works now!

    Frame around picture is hidden also, but only around main picture. I would like to hide frame also around the small pictures beneath the main picture.

    #997055

    Hi,
    For the frames around the product thumbnails, Please try this code in the General Styling > Quick CSS field:

    #top .single-product-main-image .thumbnails a {
        padding: 0px !important; 
    }

    Best regards,
    Mike

    #997265

    Sorry but it is not working..

    #997270

    Hi,

    Adjust Mike’s code to the following:

    #top .single-product-main-image .thumbnails a {
       border:0px!important; 
    }

    Best regards,
    Jordan Shannon

    #997847

    Still not working.

    #998183

    Hi,

    #top .single-product-main-image .thumbnails a {
    border: none !important;
    }

    Let us know now

    Best regards,
    Basilis

    #998200

    still there :(

    #998267

    Hi,
    I assume you have cleared you browser cache, but when I look I don’t see the border anymore. Can you please include a screenshot of what you are seeing and which browser you are using.
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    #998298

    Hi, I am checking the webiste on Chrome, Opera and Explorer. Pictures attached.

    #998612

    Hi,
    Thank you for the images, please try this css:

    #top .single-product-main-image .thumbnails a {
    border: none !important;
    padding: 0px !important;
    }

    Best regards,
    Mike

    #999565

    sorry but those codes are not working..

    #999568

    Hi,

    Have you added the codes to the very top of quick css so that they run first? Also be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #999593

    Now it works, I put it on the very top of the css.. Thank you for effort.

    #999595

    Hi,

    No problem at all. We are all happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘Border around add to cart button’ is closed to new replies.