Hi,
I saw you added the custom CSS to hide this form, I have adjusted for you, please check.
Hi,
Can make header layout 4 sticky by download attach file and extract to claue-child > views > header, create new folders (views, header)
and add custom css code in Claue > Theme Option > General Layout > Custom CSS
#jas-header.header__mid.header-sticky {
width: 100%;
left: 0;
z-index: 1000;
background: #fff;
}
.header-4 { 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,
What’s the custom css to change the styling for the pop-up after add to cart:
- Font size for “Your Order” title
- Font size for “You might also like these” title
- Change the text “You might also like these” to something else
- Change the “Proceed to Checkout” button color
- Change the size of “Subtotal” text
- Font size & weight of the Related Product titles below
- The “add to cart” button style, to be the same style as the “Proceed to Checkout” button, as in filled, with background color, and white text.
- Change font size of the product price, on this pop-up only, not the product quick view pop-up. I’ve set the product quick view pop up size to 20px. But it also reflects in this pop-up. I used this code:
.jas-wc-single .woocommerce-Price-amount.amount,
.product-quickview .woocommerce-Price-amount.amount {
font-size: 20px;
}
thanks so much!!!
yes, you add custom css
.header__mid {
box-shadow: 0 1px 0 0 #ededed;
}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Yes,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.page-head h1 {
color: #222;
}
.page-head::before {
background: transparent none repeat scroll 0 0;
}
.page-head {
background-color: #fff;
background-image: none !important;
color: #222;
}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
1. We fixed issue relate mini cart, click on color swatch, and flip image on mobile on your site, please clear cache before check
2. You can change price to red color only by add custom css in Claue > Theme Option > General Layout > Custom CSS
.woocommerce-Price-amount.amount {
color: red;
}
3. You can add size guide in product description or add an image or HTML content below Add to cart button in Claue > Theme Option > WooCommerce > Product Detail Settings > Extra Content
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 480px) { th, td {padding: 5px;} }
@media only screen and (max-width: 414px) { th, td {padding: 2px;} }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi
You can change size of product price on product page by add custom css
.jas-wc-single .woocommerce-Price-amount.amount {
font-size: 20px;
}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
What’s the custom css to change the size of Product Price on single product page. Only on the detail product page.
Thank you!
Hi team;
When i load my website the header with the menu load after the contant.
Please notice that i dont touch the HTML directly except modifying the logo with the claue configuration.
It seems that the CSS don’t load in the proper order.
(bug tested with firefox and chrome – mobile + desktop )
Please find my website link attached.
Thanks