Dear Sir/Madam,
As result of my previous ticjet I was forced to do installation а clean WordPress and add your theme after. Despite the fact all plugins (except slider and data import) are enabled, I cannot see how I can add css for menu item, as it used the case at my previous installation with sample data.
I think it might be an additional plugin or something similar, can you guide me how I can get css field at menu item editing?
Thank you in advance, Vlad.
Hi Rahim,
Please use the custom CSS code below
@media only screen and (min-width: 62em) {
.header__top, .header__top + div > .jas-row {direction: ltr;}
}
Cheers,
Foster
Thank you Neo for your reply, regarding the colors, currently we can’t update the php to 5.6 we have a dedicated server, this coming later we are working on having all the accounts work on php5.6 prior.
All the theme works, the colors is the only thing not showing, i don’t know if it is hidden is css or a problem somewhere else.
Can you please help us out.
Regarding point 3: one product details is showing in full width while the others in boxed size
Thanks
Hi,
Thank you for choosing our theme.
You can use attach file and put in claue-child > views > header
and add custom css in Claue > theme option > general layout > Custom css
#jas-header {height: auto !important;}
Best regards
Attachments:
You must be
logged in to view attached files.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Harry,
The header problem is solved. I think Neo did that with a custom code in css.
I said the product page problem there but I will say it again.
as I use the rtl version, the wish button is outside.

and some images from different layouts start from left not right.

Rahim Vaziri
CEO & Founder at Look.ir
You can reduce padding by add custom css
.woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect {
margin-bottom: 3px !important;
}
.header__top {
padding: 3px 0 0 0;
}
Change 3px as number you want.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hello, first we just love your template but we have a couple of questions we are unable to get some stuff to work:
- Colors swatches for products is not working, we followed the tutorial added, the attributes and variations but it is not working: https://lebvision.info/jessica/product/cyan-boheme/
- how can we hide the 2 buttons. Size guide and delivery & return
- for 1 product the page appear full width: https://lebvision.info/jessica/product/cyan-boheme/ while other normal
- how can we update the template without overwriting the css since lots of changes has been made
Hi
Please add this custom css in claude -> theme options -> general -> custom css
.product-image-flip .back {
height: auto;
}
Best regards,
Hi,
I checked your site,
This issue because you set wrap row full height.
On mobile the slider auto resize to fit the browser but can’t fit height.
You can add custom css code in Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
.background-overlay.vc_custom_1506676310313 { min-height: inherit !important;}
.metaslider .flexslider .caption-wrap h2 { font-size: 20px!important;}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
3. In next version we will fix tooltip for Tumblr. You can temporary hide this icon by add custom css
.jas-social a.tumblr { display: none;}
4. If you don’t change code in wp-content > theme > claue. Don’t worry you can use new file without losing your setting
6. You can edit menu in Apprearance > Menus (Footer Menu, Quick Links, Categories, Information)
7. You can edit newsletter in Appearance > Widgets > Footer #5
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio