This reply has been marked as private.
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.yith-wcan-list li {
float: none;
}
.yith-wcan-list li a {
border: none;
border-radius: 0;
box-shadow: none;
display: inline-block;
font-size: 11px;
height: inherit;
line-height: inherit;
margin: inherit;
text-align: center;
width: inherit;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Dear Team,
We have added YITH Ajax Product Filter Premium.
When we select it as Checkbox it conflicts with your css and all checkbox line up side by side.
Can u suggest a css change?
Any resolution to this? Kindly see the screenshot attached
http://eindiaartfestival.com/wp-admin/
Thanks
Kalpesh Ruparel
Attachments:
You must be
logged in to view attached files.
Hi,
1. You can add custom css code in Claue > Theme Option > General Layout > Custom CSS
.home .jas-page > div { margin: 0;}
2. You can change header font color by go to Theme Option > Color Scheme > Header Color > Main Menu Color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can go to gecko-child > functions.php and change code to
function jas_gecko_enqueue_script() {
wp_enqueue_style( 'jas-gecko-parent-style', get_template_directory_uri() . '/style.css' );
wp_dequeue_style( 'fontawesome');
}
add_action( 'wp_enqueue_scripts', 'jas_gecko_enqueue_script', 11 );
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
- You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a {color: #000 !important;}
Change #000 with your color code
2. On header already have bag icon, you still want change heart to cart icon?
3. Sorry, now we so busy you can hire some freelancer to help you do it.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
.header__top .jas-row .jas-col-md-4.jas-col-sm-6.jas-col-xs-12 { flex-basis: 50%; max-width: 50%; padding-left: 0; padding-right: 0;}
.header__top .jas-row .jas-col-md-4.jas-col-sm-6.jas-col-xs-12.start-md.start-sm.center-xs { -moz-box-pack: start; justify-content: flex-start; text-align: start;}
.header__top .jas-row .jas-col-md-4.jas-col-sm-6.jas-col-xs-12.end-lg.end-sm.center-xs {-moz-box-pack: end; justify-content: flex-end; text-align: end;}
.header__top .jas-socials { padding-top: 0; }
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can add custom css
.jas-action .jas-my-account { display: inline;}
@media only screen and (max-width: 736px) {.left .p-video, .outside .p-video {bottom: 20px;}}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Thank you very much for your rate!
You can add custom css in Claue > Theme Option > General Layout > Custom CSS to fix
.product-image span.badge .db:before { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.single_add_to_cart_button { width: calc(100% – 177px);}
.cart .yith-wcwl-add-to-wishlist {right: 0;}
.apple-pay-button-wrapper {display:none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio