Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.jas-wc-single .jas-full { padding: 0;}
.jas-wc-single .jas-full .jas-container {width: 100%;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
hi,
You can use custom css code.
@media only screen and (max-width: 736px) {
.products ..jas-col-xs-6 {
flex-basis: 100%;
max-width: 100%;
}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
I have just checked your site on GTMextrix, the below are some tips which I can help you
1.Decrease the image size of the product follows this http://take.ms/RiodS . Refer this article https://www.woobeginner.com/woocommerce-product-image-size/
2. Install Autoptimize plugin to minify CSS, JS and HTML
3. Install WP Super Cache.
I hope this helps.
Cheers,
Foster
Hi,
I’ve been banging my head on the walls because of some of the css that is added to the theme for the YITH Ajax Filter. Currently when adding a filter by categories (I have YITH Ajaz Filter premium version) or any attribute that is text, it displays as small bullets instead of a correct list of items with indentation like a regular Category list would look like in a footer widget for example.
I have tried many many CSS editing but it is extremely hard to figure out as you wrote your css for the general “li”s and “a”s without using specific classes, thus everything overrides the changes I make.
Could you please help me fix this? I feel like it’s just oversight from your part but might be easier for you to identify.
You can see the problem on top left corner of the screenshot provided filter, and see it live by clicking the filter, under Per Category filter on the link provided below:
http://infinit3solutions.com/glovev2/boutique/
Attachments:
You must be
logged in to view attached files.
Hi,
I’ve installed the theme Claue and customized it here and here. Now the vendor store looks like it’s not loading the CSS correctly.
Could you help on that?
Kind regards
Hi,
You can change the label on image by add custom css code in Claue > Theme Option > General Layout > Custom CSS
.product-category h2, .jas-banner h3 {
background: #fff;
color: #222;
}
Change #fff and #222 with your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can add custom css code in Claue > Theme Option > General Layout > Custom CSS
.product-info.mt__15 {
text-align: center;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can add custom css to fix
#tab-description ul { list-style: inherit; margin-left: 15px;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.woocommerce-tabs .additional_information_tab, .woocommerce-tabs #tab-additional_information { display: none;}
.products.metro .product-inner:hover .product-info {
opacity: 0;
visibility: hidden;
display: none;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Thank you but it still doesn’t work with the pop-up cart. I wanted to use that one. Anyways, nevermind, I’m going to remove the button with css for now, customers can change the quantity in the minicart.