-
AuthorSearch Results
-
November 2, 2017 at 10:35 am #12700
In reply to: Styling Issues on site
Hi Aton,
You can fix radio wrapping on checkout page by add custom css
#wc_checkout_add_ons .input-checkbox { float: left; margin: 8px 10px 0 0;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 1, 2017 at 9:18 am #12689In reply to: Promotion Banner – Word Responsiveness on Mobile
Hi Ryteirvakare,
You can fix by add custom css in Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 414px) {
.jas-promotion h3 { font-size: 28px !important; line-height: 1 !important;margin-bottom: 15px !important;}.jas-promotion h4 { font-size: 16px !important; line-height: 1 !important;margin-bottom: 20px !important;}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 31, 2017 at 11:24 pm #12681In reply to: Align Footer Text Heading
Hi,
You can add custom css for this
footer .widget_nav_menu {
text-align: center;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 31, 2017 at 8:51 pm #12673Topic: Align Footer Text Heading
in forum Clauenasan
ParticipantHi there, please have a look at the attached screenshot. I need for the text and headings in the footer/widget area to be centered. Is there any CSS code for this?
Attachments:
You must be logged in to view attached files.Hi Virchand,
1. You can remove filter not be use by change “Or” to “And”
2. Please change custom link to by change menu as category
3. You can remove this by add custom css in JanStudio > Theme Option > General Layout > Custom
.single-product .page-head {display: none;}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 30, 2017 at 10:20 am #12627Hi,
You can fix by add custom css in Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
.shop-top-sidebar .woocommerce {
min-width: inherit;
text-align: center;
}}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 29, 2017 at 6:30 pm #12603In reply to: Header style issue
Hi Rahim,
1. You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 1400px) {
.jas-menu > li:not(:first-child) {
margin-right: 35px;
}
.header-2 .jas-menu > li:not(:first-child) {
margin-right: 0;
margin-left: 21px;
}
}
@media only screen and (max-width: 1280px) {
.jas-menu > li:not(:first-child) {
margin-right: 35px;
}
.header-2 .jas-menu > li:not(:first-child) {
margin-right: 0;
margin-left: 17px;
}
}with this case we recommend don’t add more than 5 menu items for left menu and right menu and you real name of menu item not use test name so don’t have to adjust in next time.
1) i help you fixed.
Have a nice Sunday!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 29, 2017 at 9:47 am #12599In reply to: Sub Product Category Header Question
Hi,
1. You can remove background on category images by add custom css in Claue > Theme Option > General Layout > Custom CSS
.product-category h2 { background: none;}
or change transparent by add code
.product-category h2 { background: rgba(255,255,255,0.3);}
with 255,255,255 as rgb and 0.3 as opacity from 0-1
2. Sorry this feature WooCommerce doesn’t support. It would be best to contact Woocommerce support about this. Perhaps they have an extension available for this.
3. You can change it in Claue > Theme Option > WooCommerce > General Settings > Page Title Background
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioThis reply has been marked as private.October 28, 2017 at 2:17 am #12581In reply to: Child theme or main theme?
Hi,
Quick question 🙂
Do we need to use a plugin like this “http://www.childthemeconfigurator.com/” to maintain the child theme? We are about to begin customization and we already activated the child theme that came with our purchase. Our objective is to not lose our customization work with updates. (We plan to edit mostly css but maybe some php files)
Many thanks in advance 🙂
Best Regards,
Team ArtK
-
AuthorSearch Results