-
AuthorSearch Results
-
February 10, 2018 at 4:04 pm #16970
In reply to: Changing behavior of the image hover
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,
FosterFebruary 10, 2018 at 3:29 pm #16965In reply to: Frontpage – presentation of Categories on iPad
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%; } }February 9, 2018 at 12:02 am #16942In reply to: Variations in catalog mode
Hi,
It works. I only add !important on CSS code. Thanks a lot.
February 8, 2018 at 10:03 pm #16925In reply to: Variations in catalog mode
Hi,
Please add the PHP code below in functions.php of child themefunction 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,
FosterFebruary 7, 2018 at 11:53 pm #16888In reply to: checkout layout problem
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; }
February 7, 2018 at 10:45 pm #16878In reply to: checkout layout problem
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.
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*/
February 7, 2018 at 9:45 pm #16859In reply to: Adding space between price & currency
Hi,
Sorry to keep you wait. Please use the custom CSS code below
.summary .woocommerce-Price-currencySymbol { margin-right: 10px; }February 7, 2018 at 9:32 pm #16852In reply to: Product detail page – gallery thumbnails
Hi,
Sorry to keep you wait. Please use the custom CSS code below
Cheers,
FosterFebruary 7, 2018 at 9:31 pm #16850thanks. now it looks good.
Did you add a CSS or how did you solve this? I ask for my other shop with your theme ..
-
AuthorSearch Results