Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 1024px) {
.yith-wcwl-add-to-wishlist ~ .product-btn {
display: inline-block;
top: 50% !important;
left: 50% !important;
transform: translate3d(-50%, -50%, 0);
}
}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please add below code to custom css
.summary.entry-summary.jas-sidebar-sticky.ts__05 {
text-align: center;
}
.flex.between-xs.middle-xs.price-review {
display: inline-block;
}
.variations_form .yith-wcwl-add-to-wishlist {
left: 185px;
}
.quantity.pr.fl {
float: none;
margin: 0;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please add below code in Claue > theme option > general layout > Custom CSS
.jas-filter-wrap.opened {
z-index: 9999;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Rahim,
Please try add below code in theme option > general layout > custom CSS
.badge span.onsale {
direction: ltr;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Tony,
Thank you for choosing our theme.
You can fix by add custom css in Claue > Theme Option > General Layout > Custom CSS
.badge span { width: 120px;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please add below code to JanStudio > Theme Option > General Layout > Custom CSS to fix
.entry-summary .star-rating {
margin: 0 0 0 5px;
}
.comment-text .star-rating,
.entry-summary .star-rating {
float: left;
text-align: right;
letter-spacing: 3px !important;
}
.star-rating::before, .star-rating span::before {
left: auto;
right: 0;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Harry,
I found out from where the price problem came. it was from a finance account plugin for bills called “Billomat”.
so this is solved.
The error messages when clicking on order button not.
But I guess this has nothing to do with theme and CSS, or what you think?
Adam
Hi Rahim,
I tried more but can’t fix issue. It issue of flexbox css on Firefox.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Adam,
I help you correct class in menu badge you should use exactly class “hot, sale, new” and use below code in JanStudio > Theme Option > General Layout > Custom CSS to change text to your language
html[lang="de-DE"] .jas-menu li.hot > a:after {
content: 'HOT';
}
html[lang="de-DE"] .jas-menu li.sale > a:after {
content: 'SALE';
}
html[lang="de-DE"] .jas-menu li.new > a:after {
content: 'NEW';
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
dont know if iam here at the right adress as its about woocommerce and products.
but maybe it has something to do with last CSS changes/settings.
I recognized that all my product descriptions are not more in german, but in english.
And I never put them in english as its a fully german shop.
So Iam wondering if any plugin made a automatic translation?
And also I have a problem with the pricing. I put a normal and a sales price in, but the normal price will not be shown in shop.
Any idea or do I need to ask woocommerce support?