Hi, Please advise as to change the background color for the .page-head. Every time I change the color it is darker (adds grey shade) to the color I chose. (screen shot below) please notice the dark color background. “2017 FLORAL COLLECTION”. It should not be dark. Have tried to fix it in CSS but it doesn’t reflect the color, but it adds a dark grey tone to it.

Yes,
You can disable breadcrumbs for only desktop by add custom css
.woocommerce-breadcrumb, .jas-breadcrumb { display: none;}
@media only screen and (max-width: 736px) {.woocommerce-breadcrumb, .jas-breadcrumb { display: block;} }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hello Travel Diaries,
Thank you for purchase,
You can add box shadow for menu by add custom css code in Claue > Theme Option > General Layout > Custom CSS
.header__mid { background: #fff ; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12); }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio


How can i have the dropshadow on the navbar at all times. Now the dropshadow only show up when i start to scroll the page. Please help me have it as default when the page is loaded. Thank You.
Hi Linh,
Please use this custom CSS code
– Foster
Hi,
I’m afraid we can’t add the option to config the small thing, It’s making our theme options are heavy and it’s not good for UX. For this case please use the Custom CSS code
– Foster
Hi,
how can I change the height of the Meta Slide? I tried to change the settings in the Meta Slider menu (I tried with the default values 1170×500 and with my image values 1920×1080) but the slider is always around 1000px in desktop format, and I’d like to have only 500px…
Do I need to change the CSS?
Thanks!
Hi,
Just add this custom CSS in Theme Option / General / Custom CSS
.product-image > .db:before, .btn-quickview { display: none !important; }
– Foster
Hello Anwhelan,
Thank you for purchase!
You can check background under Store Information by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.our-store {
background: rgba(181, 150, 119, 0.8);
}
You can change 181, 150, 119 as your RGB color and 0.8 as opacity of color from 0.0 – 1.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 in Theme Option > General Layout > Custom CSS
.inside-thumb { text-align: left; color: grey;}
.inside-thumb a:not(.cg), .jas-blog-slider .post-thumbnail > div a {color: white;}
Change color as you want.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio