-
AuthorSearch Results
-
July 26, 2017 at 7:21 pm #7044
In reply to: Contact background picture and right sidebar control
Hi you mean you want hide this icon?
You can add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (min-width: 1024px) { .jas-push-menu-btn {display: none;}}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 26, 2017 at 7:08 pm #7037In reply to: Blog editing: Changing appearance
You can add some custom in JanStudio > Theme Option > General Layout > Custom CSS
.blog .header__top, .blog .jas-navigation, .blog .jas-action, .single .header__top, .single .jas-navigation, .single .jas-action, .blog .jas-breadcrumb { display: none;} { display: none;}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 26, 2017 at 6:39 pm #7027In reply to: Quick shop
You can remove quickshop by add custom css in Claue > Theme Option > General Layout > Custom CSS
.btn-quickview , .product-image > .db::before { display: none; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 26, 2017 at 6:26 pm #7025In reply to: How can i change icon color on mobile menu
I helped you:
- Fix search box on menu
- Add date publish post
- Limit excerpt you can change number in claue-child > functions.php line 92.
You can add line separate article by add custom css in Claue > Theme Option > General Layout > Custom CSS
article.post { margin-bottom: 50px; padding-bottom: 30px; border-bottom: 1px solid #ddd;}
article.post .jas-col-md-4 { padding-left: 0;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 26, 2017 at 2:00 pm #7010In reply to: Remove “post-author” & “post-time” data
Hi,
You can add custom css code
.post-info .post-author, .post-info .post-time { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 26, 2017 at 10:25 am #7000In reply to: How to edit spacing in Product pages
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.product .jas-col-sm-7 { flex-basis: 58.333%; max-width: 58.333%; }
.product .jas-col-sm-5 { flex-basis: 41.666%; max-width: 41.666%; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 26, 2017 at 9:40 am #6993In reply to: Remove Dashboard Profile and Cart
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.jas-action .jas-my-account, .jas-action .jas-icon-cart { display: none;}
In future if you want display these function you only need remove this code.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 25, 2017 at 9:38 pm #6970In reply to: Remove “post-author” & “post-time” data
Hi,
Please add this custom CSS into Theme options / General / Custom CSS
Cheers,
FosterJuly 25, 2017 at 9:37 am #6953In reply to: Translate "Shop Now" text
Hi there,
Thank you for choosing our theme.
You can add custom code in JanStudio > Theme Option > General Layout > Custom CSS
You need change en-US to your language https://monosnap.com/file/G9GsuOTRQIWhquFMs8ji4lAbvhD28b#.
If the issue still please send us your site url and admin account as private reply we will help you do it.
Thanks & best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 25, 2017 at 9:22 am #6950In reply to: Removing hovering and "quick view" on products
Hi Axel,
Thank you for choosing our theme.
You can add custom code in JanStudio > Theme Option > General Layout > Custom CSS
.product-image:hover .product-button > *,
.product-image:hover .db:before {
display: none;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results