-
AuthorSearch Results
-
September 29, 2017 at 4:40 pm #11019
In reply to: buttons on product images
Hi Marjolein,
You can add custom css code in Claue > Theme Option > General Layout > Custom CSS
.btn-quickview,
.product-inner .product-image .product-btn .button,
.product-inner .product-image .added_to_cart {
background: none;
border: 1px solid #222;
line-height: 40px;
margin: 10px 0;
}You can change text in button by use Loco Translate plugin http://support.janstudio.net/forums/topic/theme-translation/ when create new language choose English-Us
Cheer,
HarryHarry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 29, 2017 at 11:54 am #11004In reply to: Add to Cart button looks off (unaligned)
Hi,
This because stripe css on new iOS it auto detect Apple Pay.
You can add some css to fix
@supports (-webkit-appearance: -apple-pay-button) {
@media only screen and (max-width: 767px) {
.single-product div.product .stripe-enabled form.cart .quantity {
width: 100%;
}
.single-product div.product .stripe-enabled form.cart .quantity ~ .button,
.single-product div.product .stripe-enabled form.cart .quantity + .button {
width: calc(100% – 95px);
margin: 10px 0 0 15px;
}}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 28, 2017 at 10:04 pm #10954In reply to: How to make the logo bigger
Thanks again.
But… i’ve put your advice in Custom CSS Style (in Theme Options) but… the logo still remain 150px x 41.5.
Argh, i don’t understand why, sorry!
September 28, 2017 at 9:45 pm #10953In reply to: How to make the logo bigger
Hi,
It is the size of the Retina screen, you can use the CSS code below to adjust it
.retina-logo img { width: 200px; }
Cheers,
FosterSeptember 28, 2017 at 8:48 pm #10947In reply to: Add to Cart button looks off (unaligned)
Hi,
I saw you added some custom CSS code to customize this button, So for this case please provide me a temporary admin account, I will adjust for you.Cheers,
FosterSeptember 28, 2017 at 1:32 pm #10918Hi,
I checked your site and saw the css of plugin YITH WooCommerce Color and Label Variations Premium, it override style of theme and hide add to cart button.
https://monosnap.com/file/6CrPogmj5mZnzLQF94fsugCin2RU0k#
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 28, 2017 at 11:17 am #10909In reply to: Modify Image Aspect:Ratio on Front and Shop Page
Hi,
You can add custom css
.product-countdown .product-image a.db img { width: 100%;}
and set your product height equal to banner height.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 28, 2017 at 3:00 am #10894In reply to: Modify Image Aspect:Ratio on Front and Shop Page
Thanks @Harry for the quick answer, it works like a charm but another minor issue appear on front page (see attachment)
Because all product images were scaled, the image of the “Featured Product with Timer” appear small too. I know that Visual Composer have a “Extra Class Name” field, but Im not proficient with CSS. Could you tell me which custom code can I add in order to rescale only that part to fit well in the front page?
Thanks very much Harry
Carlos
Attachments:
You must be logged in to view attached files.September 28, 2017 at 1:51 am #10888In reply to: product description header colour
Hi Caroline,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.product_title.entry-title {color: #1e73be !important;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 28, 2017 at 1:46 am #10885Hi Michal,
I help you fix white space on header
1,2,3 you can use thi custom css
.header__top {background-color: #f6f6f8;}
.header-text { font-family: “Source Sans Pro”; font-size: 15px; color: #000;}
Please change these to your.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results