-
AuthorSearch Results
-
September 23, 2017 at 12:13 am #10621
In reply to: Size of "Add to Cart" button
Hi Jorge,
Thank you for choosing our theme.
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.entry-summary .single_add_to_cart_button,
.entry-summary .external_single_add_to_cart_button {
padding: 0 39px 0 42px;
height: 40px;
font-size: 14px;
font-weight: bold;
}You can increase 39, 42, 40, 14 to make your button bigger.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 22, 2017 at 11:33 pm #10618Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS to fix this issue
.jas-page > div {
margin: 0;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 22, 2017 at 9:46 pm #10605In reply to: Categories on mobile
That’s not exactly what I mean. I fixed it through css but anyways, check your demo, the first category “Accessories” if I remember correctly the letter A is cut off by default and you can’t scroll right.
September 22, 2017 at 6:19 pm #105971. I checked your site and saw no much products have long description on Summary ( you can limit the text in product description).
2. If you want hide the quick view button you can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.product-button .btn-quickview { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 21, 2017 at 7:03 pm #10529Hi,
I saw you change font to
#jas-footer .footer__top a {
font-family: “Montserrat”;
}But you don’t import this font to your css file.
@import url(‘https://fonts.googleapis.com/css?family=Montserrat’);
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 21, 2017 at 6:36 pm #10527Hello,
We have stragne problem:
Please check footer on homepage – http://www.mrposter.co
Font works great – but on different page like this: http://mrposter.co/pl/dla-firm/ – don’t works – why?
We changed font in css but why works on homepage but anywhere else not?
Best regards,
Michal
September 21, 2017 at 12:17 pm #10515Hi Dee,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
#mc_embed_signup #mc-embedded-subscribe.button { background: #008398;}
Could you help us give our theme good review and 5 stars rating at https://themeforest.net/downloads we really appreaciate.
Thank and have a nice day!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 21, 2017 at 8:14 am #10505In reply to: hide footer from mobile version
you can hide footer on all page on mobile by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) { #jas-footer { display: none;}}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 21, 2017 at 8:12 am #10504In reply to: Removing a button in the Quick View
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.product-quickview .content-section {display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 20, 2017 at 7:10 pm #10469In reply to: Check out and Cart page
Hi,
You can add custom css to fix.
@media only screen and (max-width: 736px) {
.a2w_to_shipping select {width: 100%;}}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results