Home Forums Search Search Results for 'css'

Viewing 10 results - 1,931 through 1,940 (of 3,138 total)
  • Author
    Search Results
  • #16970

    Hi,

    Please turn off this option http://take.ms/bov4L and use the custom CSS code below for zoom

    .product-image { overflow: hidden; }
    .product-image img { transition: all .3s; }
    .product-image:hover img { transform: scale(1.2); }

    Cheers,
    Foster

    #16965

    Hi,

    Sorry to keep you wait. Please use the custom CSS code below
     

    @media only screen and (min-width: 480px) and (max-width: 768px) {
        .grid-sizer.size-4 {
            width: 50%;
        }
    }
    #16942

    Hi,

    It works. I only add !important on CSS code. Thanks a lot.

    #16925

    Hi,
    Please add the PHP code below in functions.php of child theme

    function re_init_wcvs() {
    	add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );	
    }
    add_action( 'init', 're_init_wcvs', 10 );

    And please add the custom CSS code below in style.css of child theme
    .single_variation_wrap { display: none; }

    Cheers,
    Foster

    #16888

    this could be the place to fill the entities << I’m not sure because I have checked with Storefront theme, it has the same style with our theme.

    To hide it, please use this custom CSS code

    #billing_state_field { display: none; }

    #16878

    I just add some custom CSS code to solve the previous problem. Regarding “Bundesland / Landkreis” empty content issue, did you change the theme to default theme (Storefront) to check? I think the problem caused by your custom checkout plugin.

    #16872

    In reply to: Menu

    Hi,

    1. I don’t really understand your point, could you please explain a little bit more

    2. Please use the custom CSS code below

    .post-type-archive.woocommerce .page-head { display: none; }

     

    3. Please use the custom CSS code below

    .page-head { padding: 100px 0; } /*Change 100 if you want*/

    #16859

    Hi,

    Sorry to keep you wait. Please use the custom CSS code below

    .summary .woocommerce-Price-currencySymbol { margin-right: 10px; }

    #16852

    Hi,

    Sorry to keep you wait. Please use the custom CSS code below

    https://pastebin.com/Uj0ezSkJ

     

    Cheers,
    Foster

    thanks. now it looks good.

    Did you add a CSS or how did you solve this? I ask for my other shop with your theme ..

Viewing 10 results - 1,931 through 1,940 (of 3,138 total)