-
AuthorSearch Results
-
September 28, 2017 at 9:45 pm #10953
In 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=janstudioSeptember 28, 2017 at 12:53 am #10881In reply to: product full width
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.jas-wc-single .jas-full { padding: 0;}
.jas-wc-single .jas-full .jas-container {width: 100%;}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 27, 2017 at 1:45 pm #10859In reply to: Mobile store listings default
hi,
You can use custom css code.
@media only screen and (max-width: 736px) {
.products ..jas-col-xs-6 {
flex-basis: 100%;
max-width: 100%;
}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 26, 2017 at 9:17 pm #10822In reply to: Performance
Hi,
I have just checked your site on GTMextrix, the below are some tips which I can help you
1.Decrease the image size of the product follows this http://take.ms/RiodS . Refer this article https://www.woobeginner.com/woocommerce-product-image-size/
2. Install Autoptimize plugin to minify CSS, JS and HTML
3. Install WP Super Cache.
I hope this helps.
Cheers,
Foster -
AuthorSearch Results