-
AuthorSearch Results
-
July 21, 2021 at 11:11 am #41922
In reply to: main menu background color on tablet and phone
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media screen and (max-width: 800px){ .jas-push-menu { background: #fff; }}And change #fff with your color code.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 20, 2021 at 2:00 am #41917In reply to: Deprecated Error Showing in Checkout Page
Hi,
Please go to claue-child > views > header > layout-4.php and change class “jas-icon-cart pr” to “jas-icon-cart1 pr” https://tppr.me/GAETm
And add below code to claue-child > style.css
.jas-icon-cart1 .count { width: 20px; height: 20px; font-size: 12px; line-height: 22px; left: 14px; top: 0; }Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 14, 2021 at 10:09 am #41887In reply to: all table line color change
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
table, th, td { border-color: #ddd; }And change #ddd with your color.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 14, 2021 at 10:07 am #41886Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.shop-top-sidebar { background: #f6f6f8; } .woocommerce-MyAccount-navigation { background: #f6f6f8; } .woocommerce-MyAccount-content { background: #f6f6f8; }And change #f6f6f8 with your color.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 13, 2021 at 12:28 pm #41860Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.jas-breadcrumb { background: transparent; }Have a great day!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 9, 2021 at 7:05 pm #41846In reply to: elementor slider is not working properly.
Hi,
I check plugin elementor not load file frontend-rtl.min.css can you report this to plugin author.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 8, 2021 at 12:38 pm #41844In reply to: image based sale badge
Hi Aiste,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.badge .onsale { background: url('https://ladybird.lt/wp-content/uploads/2021/06/Logo-1.png') center center no-repeat; text-indent: -999em; background-color: transparent; }and change https://ladybird.lt/wp-content/uploads/2021/06/Logo-1.png with your image path.
If you want change badge for single product page only, please change prev code to
.single-product .badge .onsale { background: url('https://ladybird.lt/wp-content/uploads/2021/06/Logo-1.png') center center no-repeat; text-indent: -999em; background-color: transparent; }Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 8, 2021 at 6:29 am #41842Topic: image based sale badge
in forum Claue
Ladybird0ParticipantHi,
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
July 1, 2021 at 11:13 pm #41802In reply to: wishlist image not aligned and too small to read
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=janstudioJuly 1, 2021 at 2:23 pm #41800In reply to: Unavailable product cross color change?
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 -
AuthorSearch Results