I think you are a developer you can do it with skill of css.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Sorry for late reply.
1. You can make the text center on mobile by add custom css in Claue > Theme Options > General Layout > Custom CSS
@media only screen and (max-width: 480px) { .footer__top {text-align: center;} }
2. You can add more images for portfolio page by use Media Grid Element of Visual Composer
https://monosnap.com/file/yxRCdufylnMwHX17D4uKqQNWPO8wIY#
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Thank you for purchase!
Sorry because inconvenience you have.
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.page-head::before {
display:none;
}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
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!