You can add custom css
.preloader { background: rgba(255, 255, 255, .95);}
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
.header-4 .header__transparent + .header__bot { margin-top: 84px; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can fix by add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 480px) {
.flexslider .slides img { height: auto;}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can add more custom css
.vc_tta-panel-body { border: 1px solid #00008b !important; margin: 10px; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Ah amazing, thanks!
I also would like to edit the hamburger menu, but can’t find an easy way to do this. I can do it via CSS, but used the Mega Menu plugin so makes life a little more difficult. I want to stop the sub menus from showing, and edit the layout and colours.
Thanks,
Lucy
Hello,
My logo is pretty big and it doesn’t fit the header. How can I increase the height? Can I use custom css for this.
Thank you! Love this theme! It’s awesome!!
Hello,
I’ve been having a problem with my website on mobile. It uses the Gecko child theme.
Currently, the responsive CSS isn’t being applied for me or my client. It shows as the desktop site – but tiny on iphone 6s. I’m not sure about other models but that’s the phone my client and I have. Here’s what I see: https://ibb.co/kaa1ev
Is there any solve for this issue?
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.entry-summary .price ins {
color: #f68e56;
font-size: 25px;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
1. You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.jas-action a.cb { color: #cc9a53 !important;}
.jas-action a.cb:hover { color: #ffae00 !important;}
.header-sticky .header__mid {background: #000;}
2. To change font style of category and shop now text you add custom css
.product-category h2::before,
.product-category h3::before,
.product-category h2::after,
.product-category h3::after {
color: #333;
}
.product-category h2,
.product-category h3 {
color: #000;
}
And change #333 and #000 with your color.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio