-
AuthorSearch Results
-
July 29, 2021 at 11:17 pm #42006
In reply to: filter sticky
Hello can we make sticky bar with custom css? I don’t want to use plug in for this small modification.
July 28, 2021 at 8:50 pm #41997In reply to: Broken web pages
Hi,
I check your site and see the file front-end.rtl.min.css not load when you view as guest. This cause by plugin WP Rocket plugin. I deactivate plugin WP Rocket.
The site work well
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 21, 2021 at 4:57 pm #41926In reply to: change “add to cart” button
Hi Balint,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.quantity.pr.fl.mr__10 { display: none; }
Btw, your support expired. Please renew your support at https://themeforest.net/downloads
Thank and regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 21, 2021 at 11:11 am #41922In 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=janstudio -
AuthorSearch Results