Hi tiltil,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.jas-wc-single.wc-single-2 .woocommerce-tabs .jas-container { width: 100%;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Dear JanStudio, we used to have an issue with product flippin which got fixed inserting those codes in CSS Theme Options:
.product-image:hover > .db::before { opacity: 0;}
.product-image:hover .product-button > * { transform: scale(0); display: none;}
.product-image:hover .product-image-flip .back {opacity: 1;}
.product-image .product-image-flip:hover .back img {
transform: none;
}
After this last updated, this is a problem again (please see the video: https://www.youtube.com/watch?v=nlT2ufN4b0k)
We want the same as before, show another picure from product when hover (without any effect) just a simple change from one pic to another.
Thanks
Hi,
Is this your site http://goo.gl/sTASgJ ? I don’t see any custom CSS code I said above. Could you please give me more detail about this?
I want to remove woocommerce breadcrumb.
I tried
.woocommerce-breadcrumb {
display:none !important;
But it only removes the text and not the div. What is the css for that?
This reply has been marked as private.
Hi,
Pin Maker is plugin, the css included in plugin. But we recommend you add custom css in Claue > Theme Option > General Layout > Custom CSS or use child-theme to override CSS so you can update plugin without lose your custom code.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
I would like to know where is the style.css from Pin maker, where can I find this file for I change?
thanks
Attachments:
You must be
logged in to view attached files.
Hi TN,
1. You can add below code in JanStudio > Theme Option > General Layout > Custom CSS
.jas-icon-cart i { font-family: ‘FontAwesome’;}
.jas-icon-cart i.pe-7s-shopbag:before { content: ‘\f07a’;}
2. We need to take a look on your site before give you a hint.
You can reduce space by edit the row contain padding or margin
https://monosnap.com/file/tpzna1pu7kJXgAXWuYIraJbkL8eFM0#
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
I’m trying to remove the author and date posted from the blog post’s…I added this custom CSS but it seems that it’s not working. Can you please help me out with this issue? Thanks.
.post-meta, .posted-on {display: none;}
Hi,
You can add custom css in JanStudio > Theme Options > General Layout > Custom CSS
#jas-header .jas-account-menu { display: none;}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio