-
AuthorSearch Results
-
April 24, 2017 at 12:19 pm #3415
In reply to: Too much white space on product view
I’ve just help you add custom css code, now it run. You can check in Claue > Theme Option > General Layout > Custom CSS
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioApril 24, 2017 at 9:37 am #3410In reply to: Too much white space on product view
Sorry for late reply.
1. You can reduce space between the bottom of product with description tab by add custom css in Claue > Theme Option > General Layout > Custom CSS
.woocommerce-tabs { padding-top: 50px;}
you can change 50px with your number
2.You can change text of bundle in Settings > Product Bundle Setting > Bundle title & Bundle description.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioApril 23, 2017 at 12:19 am #3366In reply to: Help with the sliders
Bạn thêm giúp mình đoạn css này nhé
.jas-action a.cb.chp.db.cart-contents { display: block;}
Đoạn code lúc trước của mình làm nó bị ẩn
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioApril 19, 2017 at 6:49 pm #3267Hi,
1. You can disable on mobile by add custom css
@media only screen and (max-width: 736px) { .page-head { display: none;}}
2. You can reduce height of page title on mobile by add custom css
@media only screen and (max-width: 736px) { .page-head { padding: 55px 0;}}
reduce 55 with your number
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioApril 18, 2017 at 8:34 pm #3256In reply to: Problem with blog post number and layout
Hi,
1. Yes, it is right way
2. You can change the layout to 2 columns on Claue Options / Blogs / Columns
If you want to keep 3 columns, you can adjust the width of content with this custom CSS code
.blog #jas-content > .jas-container { max-width: 1600px; }
– Foster
April 18, 2017 at 8:24 pm #3254In reply to: Footer 1 column design
Hi,
The content of footer on your site has some inline CSS code, I have just fixed for you, please checkApril 18, 2017 at 12:37 pm #3247In reply to: Help with the sliders
Bạn có thể bỏ bằng cách thêm custom css in Claue > Theme Option > General Layout > custom CSS
.jas-action .jas-my-account { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioApril 17, 2017 at 11:43 pm #3239In reply to: Sale and New badge
Hi,
You can change background of badge on menu by add custom css code in Claue > Theme Option > General Layout > Custom CSS
.jas-menu li.new > a::after { background: #01bad4;}
.jas-menu li.sale > a::after { background: #ffa800; }
.jas-menu li.hot > a::after { background: #ff3e11; }
.badge span.onsale { background: #fe9931; }
.badge .new { background: #56cfe1 ; }
Change color as yours.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioApril 16, 2017 at 10:36 pm #3227In reply to: Menu customization
Hi,
– “New” badge will hide after 5 days or you can delete when edit product > Product Detail Layout Option > New Arrival Product
– “Sale” for display on sale product
You can add custom css in Claue > ThemeOption > General Layout > Custom CSS
.badge span { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioApril 16, 2017 at 7:05 pm #3221In reply to: Menu customization
You don’t need css for this.
You go to Appearance > Menus and follow our step at our document http://janstudio.net/claue/document/ navigate to Page Layout > Menu Badge.
Our document guide you change the badge for menu.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results