-
AuthorSearch Results
-
September 10, 2017 at 12:05 am #9707
In reply to: Vertical Slide Responsive Problem
Hi,
I help you fix responsive issue on your site
You can fix by copy below code to CSS of page https://monosnap.com/file/ryTqpaek4627RmyEIIyohdATMA8B5D#
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 9, 2017 at 5:30 pm #9701Hi,
You can disable header and footer on single page by add custom css in Claue > Theme Option > General Layout > Custom CSS
.single-product #jas-header, .single-product #jas-footer { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 9, 2017 at 8:57 am #9684In reply to: Import Sample Data Not Working
Hi,
1. You can translate the badge on menu by add custom code in Claue > Theme Option > General Layout > Custom CSS
and change “NEW”, “HOT” and “SALE” after “content:” with your text
2. You can translate this text in Loco Translate > Plugins > WooCommerce
3. You can translate this text in Loco Translate > Theme > Claue
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 9, 2017 at 8:50 am #9683In reply to: Change the color of "Sale" and "New"
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.badge span {
background: #fe9931;
}
.badge .new {
background: #56cfe1;
}and change #fe9931 #56cfe1 with your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 8, 2017 at 8:48 pm #9644In reply to: mini cart price
Hi,
Please use the CSS code below
.jas-mini-cart .quantity { font-size: 20px; } /*font size for normal price*/ .jas-mini-cart .woocommerce-Price-amount.amount { font-size: 20px; } /*font size for subtotal price*/
Cheers,
FosterSeptember 8, 2017 at 4:53 pm #9634In reply to: Edit the look and feel of the Menu..
Hey Harry,
Thanks for your response! It works really well. Still i’ve got the question if it’s possible to change the capital letters in the menu to normal ones.. Is there some solutions for it?
Beside that i’ve got an last request: Is it possible to delete the whitespace around the logo in de headermenu and let them line out with the content underneath. I’ve designed the way which it’s has to be, and a printscreen of the situation right now. I’ve tried a lot of CSS to fix it, but i’ve still not managed it..
Greetings Wessel
Attachments:
You must be logged in to view attached files.September 8, 2017 at 1:46 pm #9623In reply to: remove main menu
Hi,
You can add custom css code
.woocommerce-checkout #jas-header, .woocommerce-checkout #jas-footer { display: none;}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 8, 2017 at 1:15 pm #9620In reply to: Upsells popup bug
Hi,
1. you can add custom css in Claue > Theme Option > General Layout > Custom CSS
.cart__popup-action .checkout-button { background: #dd3333;}
2. The text in under products for product variation correct is “Add to cart” we will improve in next version.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 8, 2017 at 12:49 pm #9619capellaink
ParticipantHi,
I’d like to remove Main Menu, the top header and all footers on the Checkout page only. What’s the custom css for this?
Thank you so much!
September 8, 2017 at 5:11 am #9610In reply to: Product page issues
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.product_meta span.sku_wrapper { display: none;}
.jas-wc-single .jas-row.middle-xs { -moz-box-align: inherit; align-items: inherit;}
form .quantity.hidden {display: none !important;}
form .quantity.hidden + .single_add_to_cart_button { margin-left: 0;}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results