-
AuthorSearch Results
-
September 13, 2017 at 10:32 am #9948
In reply to: Wishlist button on quickview
Hi,
You can add more css
.content-quickview form.cart { width: 100%:}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 13, 2017 at 10:03 am #9945In reply to: Gift Card Product View Needs
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.btn-atc .cart.gift-cards_form { display: inherit;}
.btn-atc .cart.gift-cards_form .single_variation_wrap { display: inline-block !important;}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 13, 2017 at 2:05 am #9921In reply to: Addon custom CSS
Hi,
After setup the custom CSS there is only one short line.
Attachments:
You must be logged in to view attached files.September 13, 2017 at 2:04 am #9920In reply to: Instragram widget doesn´t show squared images
you can add custom css in Claue > Theme Option > General Layout > Custom CSS
.jas-sc-instagram .item img {
height: 320px;
max-width: inherit;
width: auto;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 13, 2017 at 1:54 am #9914In reply to: Wishlist button on quickview
Hi,
You can fix issue by add custom css
.content-quickview .cart .yith-wcwl-add-to-wishlist {
right: -5px;
}Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 13, 2017 at 12:29 am #9910In reply to: Footer & font size
Hi,
This is line height of text not font size.
If you want reduce space between text you can use custom css code
.footer__top .menu li {
line-height: 24px;
}best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 12, 2017 at 10:51 pm #9893In reply to: Addon custom CSS
Hi,
You can add custom css
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 12, 2017 at 5:39 pm #9870
stephaneParticipantHi,
I’d like to know how to add a straight line like this : see screenshot please
Thanks for your help
Attachments:
You must be logged in to view attached files.September 12, 2017 at 4:58 pm #9861In reply to: Footer & font size
Hi Stephane,
Thank you for rating.
1. You can change footer font-size and change subscribe form to square by add custom css
#jas-footer {
font-size: 13px;
}
.signup-newsletter-form,
.signup-newsletter-form input.submit-btn {
border-radius: 0;
}2. You can add line on top header by add custom css
header {
border-top: 3px solid #222;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 12, 2017 at 11:57 am #9848In reply to: PAGE HEADER & FOOTER CONTENT
Hi,
1. You can add custom css code
.term-description p {
margin: 15px auto;
max-width: 1280px;
text-align: center;
width: 100%;
}2. On the woocommerce category page it doesn’t support display any content in footer with page builder.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results