-
AuthorSearch Results
-
June 16, 2020 at 1:20 am #36872
Topic: How do I change the CSS of the preloader?
in forum HelpDeskbmerton
ParticipantUsing the Claue theme…I’m looking to change the color to #FF00FF
June 15, 2020 at 11:54 am #36852In reply to: How do i move the scroll to the top button
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
#LiDD8Hj-1592196577873, #R2C8IWw-1592196577869 {right: 50px !important;}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 14, 2020 at 12:30 pm #36837In reply to: Questions about the setting options in Gecko
Hi Jennifer,
1. It only way is you combine images to one, it can’t show multi images for one product on home page and category page.
To show one product per row please add below code to JanStudio > Theme Option > General Layout > Custom CSS
.jas-col-md-4.jas-col-xs-12.mt__30 { -ms-flex-preferred-size: 100%; -webkit-flex-basis: 100%; flex-basis: 100%; max-width: 100%; }
2. It only way remove featured image from gallery image of product. It can’t use different image between shop page and single product page https://stackoverflow.com/questions/44732859/remove-featured-image-from-the-woocommerce-gallery
3. Please follow our video http://janstudio.net/claue/document/#create-attributes and http://janstudio.net/claue/document/#create-product-color-swatches
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 12, 2020 at 12:36 pm #36814In reply to: How do I add a product to the cart
Hi – I have pasted this into the Custom CSS Style box but it isn’t doing anything.
Also – how do I only remove the ‘sale’ badge? And how do I control the length of time a ‘new’ item appears?
June 12, 2020 at 7:57 am #36812In reply to: How do I add a product to the cart
Hi,
1. Please go to Claue > Theme Option > WooCommerce > General Settings > Enable Catalog Mode > Off.
2. Please add below code to Claue > Theme Option > General Layout > Custom CSS
.badge span { display: none; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 7, 2020 at 6:50 am #36753Hi Sharip,
1. To change style of any menu item you need to know ID of menu item by right click on menu item and inspect https://prnt.sc/sv4w0f After that add below code to Claue > Theme Option > General Layout > Custom CSS
.jas-menu li#menu-item-5977 > a { color: #ec0101; font-weight: bold; }
and change “menu-item-5977” with ID number of your menu item, and #ec0101 with your color.
2. Can you take a screenshot and explain more about the issue.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 6, 2020 at 1:48 am #36741In reply to: Cannot translate related products
This reply has been marked as private.June 5, 2020 at 11:02 pm #36738In reply to: Cannot translate related products
Hi,
Please add below code to claue > theme option > general layout > Custom CSS
::-webkit-input-placeholder { color: #c1c1c1; } :-moz-placeholder { color: #c1c1c1; } ::-moz-placeholder { color: #c1c1c1; } :-ms-input-placeholder { color: #c1c1c1; }
and change #c1c1c1 to #888
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 4, 2020 at 10:00 pm #36718In reply to: Cannot translate related products
This reply has been marked as private.June 4, 2020 at 6:34 am #36706Hi,
Sorry for late reply.
1. By default the menu on mobile still link to category. If you want click to the menu it expand sub-menu please add below code to Claue > Theme Option > General Layout > Custom CSS
.holder { width: 100%; right: 0; }
2. Please go to Settings > Reading > Homepage and Select Home as you want after that change edit the page and change image with yours.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results