Hi guys, I just checked the website and I saw that all the code that was in the custom CSS style box is gone. Did you guys move it somewhere?
Attachments:
You must be
logged in to view attached files.
Dear JanStudio,
Thank You,
First:
Please tell me how we can edit Portfolio page? Where i can find this site?
We can find this site only via – http://mrposter.co/portfolio/ but where is this site in wp-admin?
Please look at attachement 1.
Second:
Please loot at attachement 2.
Is it possible to show only Title of portfolio in portfolio list on hover?
We dont need categories. How to make title bigger and another font? Can You give me CSS path?
Best regards,
Michal
Attachments:
You must be
logged in to view attached files.
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.post-meta, .posted-on, .post-info .post-author, .post-info .post-time {
display: none;
}
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 in Claue > Theme Option > General Layout > Custom CSS
.product-btn {
left: auto;
right: 5%;
top: auto;
transform: translate(0px, 0px);
}
.product-image:hover .product-btn {
bottom: 5%;
}
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 fix issue with wishlist button in Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
form.cart {
width: 100%;
}
.single_add_to_cart_button {
width: calc(100% – 155px);
}
.cart .yith-wcwl-add-to-wishlist {
right: 0;
}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can add below css
@supports (-webkit-appearance: -apple-pay-button) {
@media only screen and (max-width: 767px) {
.single-product div.product .stripe-enabled form.cart .quantity {
width: 100%;
text-align: center;
}
.single-product div.product .stripe-enabled form.cart .apple-pay-button-wrapper {
width: 100%;
}
.single-product div.product .stripe-enabled form.cart .quantity~.button {
width: 100%;
}
.stripe-enabled .cart .yith-wcwl-add-to-wishlist {display: none;}
}}
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 in Claue > Theme Option > General Layout > Custom CSS
@media only screen and (min-width: 767px) {
.product-quickview .jas-col-md-7,
.product-quickview .jas-col-md-5 {
flex-basis: 50%;
max-width: 50%;
}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi i would like to to display in quickview a small image (like your demo 370×493) but in product page i would like to show a bigger ie. 663×850. Could it be easier by css (quickview image display:75% of original as all of my featured images will have the same resolution)? Thanks, by the way your theme is great!
Hi,
There is no way to add CSS for just product type. WooCommerce doesn’t support this in body tag
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Is it possible to hide breadcrumbs using CSS for just one product type, such as simple product ? Is their a way in the CSS to distinguish between variable, simple, grouped etc?
.woocommerce-breadcrumb { display: none;}