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
Hi Harry
I’ve updated my theme to the latest version and it caused some issues regarding quick view. I’m writing here because a few days ago on my request you have provided a code to not showing “eye button” for quick shop on small devices and the whole image of the product works as quick shop button function. after updating the “quick shop” button has moved to the left corner on big screens and it has stopped working on small screens. When we click an image on small screen then it does not popup the quick shop window instead it goes directly to the product page. please do the needful.
Also I’ve added a code in the custom css style to border the product. I want this border only on big screens and only around the image and not around the whole product on category pages. If you can make the correction then it will be a great favour to me.
Thanks
faheem
I helped you fix the issue.
It because you lost close tag of css for shopping bag.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
We use auto optimize https://wordpress.org/plugins/autoptimize/ to minify css,js and super cache https://wordpress.org/plugins/wp-super-cache/ for cache on site
We use Cloudflare for CDN and cache
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio