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
Any code as in?
Only some custom css for some adjustments here and there and the woo multi currency. You can see them in Janstudio theme options.
Hi,
You can add custom css code in Claue > Theme Option > General Layout > Custom CSS
.swatch__value {
height: 30px;
line-height: 30px;
width: 30px;
}
Change 30 to your number.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi, I’m creating a fullwidth page that has Masonry Pinmaker images in it. I can’t get the pins to be 100% wide, there is always a 37px spacing on the right at full scree. I know that the Masonry layout is calculated using JS so I could not find any css hack to fix this. See the second section on this page: http://www.justlive.com/shop-this-look/ and attached image
Thank you
Attachments:
You must be
logged in to view attached files.