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.
Hi,
You can change text color by add custom css in Claue > Theme Option > General Layout > Custom CSS
Change #878787 with your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
.jas-wc-single .jas-col-md-3.first-md,.jas-wc .jas-col-md-3.first-md {display: none;}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
This issue because your images have different size.
you can add custom css in Claue > Theme Option > General Layout > Custom CSS
.jas-sc-instagram .item img {
height: 320px;
max-width: inherit;
width: auto;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
1. I help you display color swatches on product category by go to WooCommerce > MG OpenSwatch > Show swatch on list + below title
2. You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.p-item .zoom {
cursor: not-allowed;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
It would be better if you send us screen shot for:
– How to center product titles in shop view and shortcodes?
– How to center the footer section headings?
– In the product shortcodes, how do I make the subheadings not be italic?
4,5,6 You can add custom css in Claue > Theme Option > General Layout > Custom CSS
Change #fe9931 and #56cfe1 with your color code.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can add below code to functions.php in claue-child
and add custom css in Claue > Theme Option > General Layout > Custom CSS
.badge span {position: absolute;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
could you give us temporary admin account as private reply, we will help you fix this. It because the default css of page builder.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio