-
AuthorSearch Results
-
August 28, 2020 at 12:28 pm #38261
In reply to: Need Claue theme support
Hi Mohit,
1. You want show social icon home header and footer only for Contact page? Or show on all pages and more social icon for contact page?
2. Please add custom CSS code
body.home { background: #000; }
I see you use our theme for new site, did you buy new license for new site. One license only use for one site.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 25, 2020 at 6:49 pm #38237In reply to: Add Text before Icon
Hi Rahim,
thank you i’m fine.
Please add below code to Custom CSS
.filter-trigger::before { content: 'Filter'; padding-right: 10px; font-size: 18px; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 24, 2020 at 7:18 pm #38219In reply to: Menu Tab – Category expand & collapse actions
Hi Dwayne,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.header-5 .holder { width: 100%; left: 0; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 24, 2020 at 5:03 pm #38204In reply to: temas varios
Hi Asdemonas,
1. Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 480px) { form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button { width: calc(100% - 50px); }}
2. If you’re using WPBakery PageBuilder please edith the row wrap slider, open design option tab and clear background color https://prnt.sc/u4v7xq
If you using Elementor please follow this screenshot https://prnt.sc/u4vf4z3. Can you send me your site url, we need to check more before give you solution.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 24, 2020 at 5:45 am #38198In reply to: Post Author
Hi Brad,
please add below code to JanStudio > Theme Option > General Layout > Custom CSS
.post-info .span {display: none}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 23, 2020 at 8:34 pm #38186In reply to: Them not show
Hi,
1. Please add custom code in Claue > Theme Option > General Layout > Custom CSS
.cart__popup-action a.button:first-child, .cart__popup h3.cart__popup-related-title, .cart__popup .jas-row {display: none}
2. Please try these plugins https://wordpress.org/plugins/woo-checkout-field-editor-pro/ or https://wordpress.org/plugins/woo-checkout-regsiter-field-editor/
3. Please go to Theme Option > WooCommerce > Cart & Checkout Settings > Checkout Settings and add your custom HTML
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 21, 2020 at 11:21 am #38154In reply to: Banner Opacity
Hi Tom,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (min-width: 320px) { .page-head { padding: 20px 0; }} @media only screen and (min-width: 768px) { .page-head { padding: 50px 0; }} @media only screen and (min-width: 1280px) { .page-head { padding: 90px 0; }} @media only screen and (min-width: 1440px) { .page-head { padding: 140px 0; }}
It use background so can’t auto change on every screen.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 19, 2020 at 7:05 am #38136In reply to: Submenu Colors
Hi Brad,
Please go to Claue > Theme Option > Color Scheme > https://prnt.sc/u1x5jn
If you want add color for some specific menu item. Please add custom CSS code in Claue > Theme Option > General Layout > Custom CSS
.jas-menu ul li#menu-item-5565 a { color: red; }
and change 5565 with your menu’s ID number.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 18, 2020 at 10:57 am #38115In reply to: Hide Header in Blog POST
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.single-post .page-head .jas-container { display: none; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 13, 2020 at 12:08 am #38057In reply to: Show Full Footer in Vertical Template
Hi,
Please edit homepage > edit custom CSS
and remove code https://prnt.sc/tyi36f
#jas-footer { display: none;}
and add below code to replace code
#jas-footer {
display: block;
position: fixed;
width: calc(100% – 250px);
z-index: 999;
bottom: 0;
right: 0;
}`And after that go to Appearance > Widget and add Wdiget to footer#1 to footer#4
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results