Hi,
I don’t see the code apply, did you try add code and clear cache on your site.
Did you add code to Claue > Theme Option > General Layout > Custom CSS?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
probably after updating WooCommerce to 3.9.2. on checkout process box with payments options greyed out.
I make now some bypass – add CSS code to remove z-index for this box – to be able to sell products. But I would like to find an answear what is wrong. Thanks for help.
At friday everything works normal – I made some tests purchases and it works.
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.archive .woocommerce-breadcrumb {
display: block;
padding: 10px 15px;
background: #f6f6f8;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can hide Sortby by add below code to Claue > Theme Option > General Layout > Custom CSS
.woocommerce-ordering {
display: none;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Della,
You can change font size of menu by add below code to Claue > Theme Option > General Layout > Custom CSS
.jas-menu > li > a {
font-size: 14px;
}
and change 14 with your number
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
This reply has been marked as private.
You don’t need to activate Visual Composer, just change setting of the row contain “products” to fullwidth https://prnt.sc/r247w6add padding on left and right https://prnt.sc/r23w62 and set number of product per row to 3 https://prnt.sc/r248fu and center product’s name and price by add below code to Claue > Theme Option > General Layout > Custom CSS
.product-info.mt__15 {
text-align: center;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
This reply has been marked as private.
This reply has been marked as private.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hello Marcelo,
The account you sent can’t access to plugins and theme editor, i can’t check what you added to child. Could you grant more access for my account to check more.
I recommend move your customize code related to font-face to claue-child > style.css
Thank and regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio