-
AuthorSearch Results
-
March 16, 2021 at 9:14 am #40931
In reply to: Claue Color Scheme/ Design
Hi Frantz,
Please paste code to Claue > Theme Option > General Layout > Custom CSS not copy to header left content.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 16, 2021 at 8:51 am #40929In reply to: Claue Color Scheme/ Design
Hi Frantz,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.jas-currency { color: #fff; } .footer__bot { background: #000; color: #fff; } .footer__bot a {color: #fff !important;}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 15, 2021 at 4:30 pm #40921In reply to: Product page fall apart on mobil
Hi Kabummmm,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 767px) { #jas-content { overflow-x: hidden; }}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 12, 2021 at 11:18 pm #40897In reply to: Description Not displayed at frontend
Hi,
The display: none CSS generate by js file. It now your js file error that cause the error and it not show description.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 12, 2021 at 7:32 pm #40894In reply to: Description Not displayed at frontend
Yes, the issue is someone added display:none inline css for the description.. so I have added display block in child theme..
thank you notify me, For that I will add requested plugin.
March 10, 2021 at 4:16 pm #40857In reply to: Modify the product page
Hi Kabum,
1. Please add below code to claue-child > functions.php
add_action( 'wp_head', 'change_short_description_position' ); function change_short_description_position(){ remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 ); } add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 40 );
2. and add below code to claue-child > style.css
.product_meta { display: none; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 6, 2021 at 9:06 pm #40808This reply has been marked as private.March 5, 2021 at 11:44 pm #40784In reply to: Cart Button centered
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
input[type="submit"], button, a.button, .jas-ajax-load a, button.button { padding: 0 28px; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 5, 2021 at 11:26 am #40772In reply to: Search textbox don’t show all the text
Hi,
I see you add custom CSS code
input:not([type="submit"]):not([type="checkbox"]), textarea, select { width: 50%; }
Please remove this code.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 4, 2021 at 9:46 pm #40743In reply to: Proper sizing for logo
Hello, I applied the code the the CSS but now there is a big gap. Is there a way to get rid of the gap? Thanks.
-
AuthorSearch Results