This reply has been marked as private.
Hi,
You can use tool https://transfonter.org/ to convert font to font-face and embed the font-face by copy to child-theme and use css font-face
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 in Claue > Theme Option > General Layout > Custom CSS
.badge span { width: 70px;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Thank you for choosing our theme.
1. Please add custom css in Claue > Theme Option > General Layout > Custom CSS to fix
.shop-top-sidebar .widget ul li.current-cat a { color: #f3933b;}
2. The color of admin form is default of wordpress so can’t override with custom css of theme.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Orlane,
1. After resize browser you need to refresh. if you view on real device the white space is less. Please edit the row wrap slider and edit column http://prntscr.com/hbano1 to remove space on top.
Because height of your slider short you need add custom css in Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 414px) {
.metaslider .slides img {
width: auto;
height: 160px;
max-width: inherit;
}}
2. You should drag to view the categories
3. I saw you edit homepage it now 3 columns of categories
4. Where is the screen shot? I not found this.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Thank you for choosing our theme.
1. You can remove socials in Dashboard > Theme Option > Social Network
2. This is default css of plugin Visual Composer, you have to manual edit padding when edit element http://prntscr.com/hb7dar
3. Yes the video background support Youtube video but it doesn’t local video upload
4. You can override footer layout by copy file layout-x.php (as layout you enable in Theme Option) in gecko > views > footer to gecko-child > views > footer.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Some quick questions concerning Gecko homepage setup (fashion store).
- I don’t want the top bar wit social icons and CTA, how to remove it?
- Some of the blocks get a “Vc_row-has-fill” class with padding on the nex sibling as a result
- I dont want any padding so how to avoid this class or to overrule? The extra css in theme setup are loaded before the one that sets padding (top: 35px)
- Does a video backgound have to be youtube? No possibility for a ‘local’ video as background?
- How do I change footer layout when none is what I would like? I suppose through a child theme? How to add a layout?
Hi,
Thank you for your video. Please try to use the custom CSS code below
.wcap-atc-modal-open .mfp-ready { display: none; }
Cheers,
Foster
Thanks for the custom CSS code
Have already solved this problem yesterday
Hi,
I’m sorry for the late. To hide social share please use the custom CSS code below
.jas-single-blog .social-share { display: none; }
And hide the blue box, please use this code
.bbp-the-content-wrapper + .bbp-template-notice { display: none; }
Regarding the issue to integate plugin, I have anwered in other topic.