
Hi,
I would like to ask if it is somehow possible to input CSS code for my own custom made SALE badge instead of the default one in Claue?
Thank you in advance!
Best,
Aiste
Hi,
The issue related to plugin’s CSS. Please try contact to plugin author.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.swatch__list--item.disabled::before, .swatch__list--item.disabled::after {
background: #000;
}
.swatch__list--item.disabled {
border-color: #000;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Good day, I have migrated my products from old theme to new Claue one.
I used this in CSS theme options to remove the NEW label/badge on products:
span.new {
display:none !important;
}
But, next week I have to upload new product inventory and would like to use the NEW badge on those products.
- Would like NEW on new products I upload
- Also, do you know how long NEW stays on, and can I change it i.e. I upload a product and would like to have NEW label on for only 14 days?
Thank you.
Good day,
I added below to Claue > CSS
.add_to_cart_button::before {
font-family: fontAwesome;
content: “\f07a\00a0”;
}
Did not work, I just wish to add a font awesome shopping cart icon prior to text, please see attachment.
Best.
Attachments:
You must be
logged in to view attached files.
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.home .header-sticky .header__mid {
background: transparent;
}
and please go to Claue > Theme Option > Header and upload header transparent logo.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Reinhard,
Sorry because miss understood.
Please add below code Claue > Theme Option > General Setting > Custom CSS
.jas-wc-single .quantity .tc a.plus,
.jas-wc-single .quantity .tc a.minus {
display: none;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Cairs_nic,
Please add below code to JanStudio > Theme Option > General Layout > Custom CSS
.translator-dropdown-languages-list {
right: -10px;
position: absolute;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
I’m not sure. Because the CSS and Javascript not use on every where but it will use some where, we can’t remove. Just only author of plugin know where use or not use the CSS and Javascript.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
How do we get rid of unused CSS and Javascripts? How do we know if there are some that are not being used? Thank in advance for the help!