Hi,
Thank you for purchase!
You can customize by add custom css in JanStudio > Theme Optiion > General Layout > Custom CSS
1. Hover color for icon on top
.header__top .jas-action a:hover { color: #b59677;}
and change #b59677 with your color code
2. For sub menu
.jas-currency ul, .jas-my-account ul { background: #3e3e3e;}
and change #3e3e3e with your color code
3. For footer you can remove overlay background by add code
#jas-footer::before {background: none;}
and change background color in Theme Option > Footer > Background
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
.archive .jas-wc .page-head { background-image: url(“http://www.lavezzinifly.it/ita/wp-content/uploads/2016/05/test5.jpg”) !important; background-size: cover !important; }
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
.mask-overlay { background: rgba(0, 0, 0, 0.8) ;}
you can change 0,0,0 as RGB color code and 0.8 as opacity of overlay from (0.0 – 1.0 as 0% to 100%)
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
.product-quickview .slick-slide > a { pointer-events: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Thank you for purchase!
1. Normally after you import sample data all images will be replace with place holder image and some images will link to our site. Did you set permission for upload folder before import sample data?
– gecko-child to help you customize code and in future you can update parent theme without losing your custom code
2. Because license and copyright of images so we can’t include full data option on install sample data
3. You can hide collapse menu on header on desktop view by add custom css in
JanStudio > Theme Option > General Layout > Custom CSS or on gecko-child > style.css
@media only screen and (min-width: 1025px) { .jas-push-menu-btn { display: none; } }
4. You can hide search by add custom css
.jas-action a.sf-open { display: none;}
5. In meta slider:
– You copy text in general tab
– You click “Add Slide” on top right to add new image
– Paste text you copy to new slide you have added and remove existing slide.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
When a user clicks “Add to Cart”, the Mini Cart appears and the rest of the page is darkening. How can I customize the percentage of opacity (so it isn’t as dark) in the CSS?
Hi,
We check our theme and saw it working normal with Body Background Color, Header Background Color . You can update our theme to latest version 1.3.2.
For Footer Background Color you can fix by add custom css
#jas-footer::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 code in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
.products.jas-row .jas-col-xs-12 {flex-basis: 50%; max-width: 100%;}
}
Best regards,
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi, can you help setting up 2 products per row on mobile devices. I tried few css classes with {width:48%} but it didn’t help. Can you tell exact css classes used for products on mobile please?
Thanks
Hi,
You can change by add custom code in JanStudio > Theme Options > General Layout > Custom CSS
html[lang=”es-ES”] .product-category h3::before {
content: “Shop now”;
}
And change “Shop Now” to your language
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio