-
AuthorSearch Results
-
July 13, 2017 at 5:31 pm #6434
In reply to: Transparent Header Logo
Hi,
1. You can add custom css code in Claue > Theme Option > General Layout > Custom CSS
.home .jas-page > div { margin: 0;}
2. You can change header font color by go to Theme Option > Color Scheme > Header Color > Main Menu Color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 13, 2017 at 4:59 pm #6433In reply to: font-awesome loading
Hi,
You can go to gecko-child > functions.php and change code to
function jas_gecko_enqueue_script() { wp_enqueue_style( 'jas-gecko-parent-style', get_template_directory_uri() . '/style.css' ); wp_dequeue_style( 'fontawesome'); } add_action( 'wp_enqueue_scripts', 'jas_gecko_enqueue_script', 11 );Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 13, 2017 at 4:38 pm #6427In reply to: Want to change some styling in theme.
- You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a {color: #000 !important;}
Change #000 with your color code
2. On header already have bag icon, you still want change heart to cart icon?
3. Sorry, now we so busy you can hire some freelancer to help you do it.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 13, 2017 at 4:30 pm #6426In reply to: Mobile Header Formatting
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
.header__top .jas-row .jas-col-md-4.jas-col-sm-6.jas-col-xs-12 { flex-basis: 50%; max-width: 50%; padding-left: 0; padding-right: 0;}
.header__top .jas-row .jas-col-md-4.jas-col-sm-6.jas-col-xs-12.start-md.start-sm.center-xs { -moz-box-pack: start; justify-content: flex-start; text-align: start;}
.header__top .jas-row .jas-col-md-4.jas-col-sm-6.jas-col-xs-12.end-lg.end-sm.center-xs {-moz-box-pack: end; justify-content: flex-end; text-align: end;}
.header__top .jas-socials { padding-top: 0; }
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 12, 2017 at 7:30 pm #6395Hi,
You can add custom css
.jas-action .jas-my-account { display: inline;}
@media only screen and (max-width: 736px) {.left .p-video, .outside .p-video {bottom: 20px;}}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 12, 2017 at 6:23 pm #6389Thank you very much for your rate!
You can add custom css in Claue > Theme Option > General Layout > Custom CSS to fix
.product-image span.badge .db:before { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 12, 2017 at 8:57 am #6381Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.single_add_to_cart_button { width: calc(100% – 177px);}
.cart .yith-wcwl-add-to-wishlist {right: 0;}
.apple-pay-button-wrapper {display:none;}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 11, 2017 at 1:48 pm #6339In reply to: Need help with meta slider.
Hi Harry,
Can you please confirm if it is possible to show product in css box, I’m attaching image here:

Image background is pure white but products are showing in box, currently in our theme, there is no box.
July 11, 2017 at 12:23 am #6321In reply to: Furniture Demo Mobile Version
Hi,
- To fix screen shot 1 you can add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 480px) { .jas-container .vc_custom_1498746349399 { margin-left: 30px !important; margin-right: 30px !important; padding: 30px 15px !important; } }
2. I helped add empty space before and after content so on mobile it display better.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJuly 10, 2017 at 12:20 pm #6294In reply to: Delete category image from shop
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.archive .result-count-order, .archive .result-count-order select { background: #fff !important; color: #999;}
.result-count-order a {color: #999;}
.woocommerce-ordering::after { right: 10px; }
.woocommerce-ordering { border: 1px solid #999; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results