You gave me this code:
term-description p {
margin: 15px auto;
max-width: 1024x;
text-align: center;
width: 100%;
}
a while back and it made my category pages descriptions margins close in more so they were not full screen. Suddenly its not working on all my category pages example: https://bestfitbybrazil.com/product-category/superhot-leggings-usa-alexandria-va/
Hi Adam,
Please add custom css code to JanStudio > Theme Option > General Layout > Custom CSS
.blog .page-head { margin-bottom: 60px;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
1. Please download attach file and extract to folder claue-child > woocommerce > single-product (you need create new folder “woocommerce” in claue-child and “single-product” in woocommerce”)
2. After that go to Claue > Theme Option > General Layout > Custom CSS add custom code
.p-nav-outside .attachment-shop_thumbnail.size-shop_thumbnail {
width: 130px;
margin-right: 10px;
margin-bottom: 10px;
}
.p-nav.oh.p-nav-outside {
margin-right: -10px;
}
Best regards
Attachments:
You must be
logged in to view attached files.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please add custom code in Claue > Theme Option > General Layout > Custom CSS
.wc-col-switch.flex::before {
content: "Select Column View";
margin-right: 10px;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can do these tasks by add custom css code in Claue > Theme Option > General Layout > Custom CSS
.swatch__title { display: none;}
.swatch__list--item.is-selected {background: gray; border-color: gray;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Harry,
Can you please have a look to my staging version?
I have problem with menu badges!
Whenever I write the badges in Persian ( my language , rtl ) or they will disappear!
Freelancer has added some codes to style.css in child theme to make them rtl I think.
I translated the “Shop” for you to find it easier in the homepage menu and admin panel.
Rahim Vaziri
CEO & Founder at Look.ir
Hi,
You can delete this tab by add custom css in Claue > Theme Option > General Layout > Custom CSS
.additional_information_tab, #tab-additional_information {display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
1. You can edit space of cart by edit padding: 0 5px in the last line code on style.css in claue-child
2. You can flip hamburger menu icon by create new image and upload via Theme Option > Header > Mobile Menu Icon
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Rahim,
I added code in claue-child > style.css
@media only screen and (max-width: 736px) {
.header__mid .jas-row {
flex-direction: row-reverse;
}
.jas-mini-cart {
right: auto !important;
left: -320px !important;;
}
.cart-opened .jas-mini-cart {
right: auto !important;;
left: 0 !important;;
}
.jas-canvas-menu {
left: auto !important;;
right: -320px !important;;
}
.menu-opened .jas-canvas-menu {
left: auto !important;
right: 0 !important;
}
.jas-push-menu h3 i {
left: auto !important;
right: 8px !important;
}
.header__mid .jas-col-md-2.jas-col-sm-3.jas-col-xs-3.flex.start-md {
justify-content: flex-end;
padding: 0;
}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Rahim,
I checked the theme.js file and saw he change file theme.js to add some css, Please tell him don’t change theme.js file and use CSS to change background and position of sticky header.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio