I tried to insert in custom css but it doesn’t work!
Thanks for the reply
Hi Manzo,
Please add below code to Claue > Theme Option > Genetal Layout > Custom CSS
.fs__50.tu.fwb {color: #fff;}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi, how can I change color to this text?
the css class code is: class = “fs__50 tu fwb”
there is the same class with the same color as the css class: class = “fs__50 tu fwb”?
thanks
Attachments:
You must be
logged in to view attached files.
Hi Lane,
Please add below code to JanStudio > Theme Option > General Layout > Custom CSS
.product-category h2::before,
.product-category h3::before {
display: none;
}
.woocommerce .product-category h2, .product-category h2, .woocommerce .product-category h3, .product-category h3 {
font-size: 15px;
padding: 15px;
color: #fff;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Miguel,
Please adđ below code to Claue > Theme Option > General Layout > Custom CSS
#jas-vsh .mfp-close {
border: none;
background: none;
margin: 0;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Miguel,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.product_title, .entry-summary .price {
font-size: 30px;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
I see the code not apply. Please try again or edit code in claue-child > style.css line 128 from display: block to display: inline-block;
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.
Hello Niskhesh,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.woocommerce form .form-row label {
display: inline-block;
}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
The issue cause by HTML of plugin you use to customize checkout page. You can add custom CSS code to fix in Claue > Theme Option > General Layout > Custom CSS
.woocommerce form .form-row label {
float: left;
}
.woocommerce form .form-row .required {
border-bottom: none;
float: right;
text-decoration: none;
line-height: 0.5;
color: red;
}
or contact to plugin author
kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio