-
AuthorSearch Results
-
August 9, 2017 at 6:42 pm #7937
In reply to: About Filter
Hi,
You can add custom css in Theme option > General Layout > Custom CSS
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 9, 2017 at 4:19 pm #7922In reply to: Like button position
Hi,
Thank you for report the issue.
You can fix by add custom css in Claue > Theme Option > General Layout > Custom CSS
form.cart {
width: 100%;
}
.cart .yith-wcwl-add-to-wishlist,
.cart.variations_form .yith-wcwl-add-to-wishlist {
right: 0;
}
.single_add_to_cart_button {
width: calc(100% – 175px);
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 9, 2017 at 9:10 am #7912In reply to: Reorganizing the Add to cart button
Hi,
We move code in claue-child > style.css
You can edit in appearance > editor
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 9, 2017 at 6:38 am #7905In reply to: Reorganizing the Add to cart button
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.August 8, 2017 at 6:50 pm #7873Dear 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.August 8, 2017 at 6:28 pm #7866Hi,
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=janstudioAugust 8, 2017 at 6:24 pm #7865In reply to: Add to cart button in product listing page
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=janstudioAugust 7, 2017 at 10:30 pm #7821In reply to: Issues with Openswatch and Mobile Responsivness
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=janstudioAugust 5, 2017 at 9:29 pm #7786In reply to: Reorganizing the Add to cart button
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=janstudioAugust 5, 2017 at 9:21 am #7753In reply to: Quick view image size
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 -
AuthorSearch Results