Forum Replies Created

Viewing 10 posts - 1 through 10 (of 15,037 total)
  • Author
    Posts
  • in reply to: Adjust Header Space on Mobile #44802

    Hi,

    Thank you for choose our theme.

    Please add below code to Claue > Theme Option > General Layout > Custom CSS

    #jas-header{
    	height: auto !important;
    }

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Changing color of the category header #44799

    Hi,

    It has option to upload category image by edit product category and upload thumbnail https://tppr.me/5FCVlM

    It you only want change color please add below code to Claue > Theme option > general layout > Custom CSS

    .page-head::before {
    	background:#000;
    }

    and change #000 to your color code

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Translating VAT in checkout #44798

    Hi,

    Best wishes for 2026 for you , too!

    Please try the text “(incl. VAT)” https://tppr.me/TeGQ1b

    If not work, please check any plugin you use for tax.

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Translating VAT in checkout #44793

    Hi,

    Sorry for late reply,

    Please go to Loco > Plugins > WooCommerce > find the text you want translate and do it.

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Swatches on product catalogue don’t appear #44791

    Hi,

    Sorry for late reply, you can enable in WPAdon > Variation Swatches > Show on product list > On this option.

    Happy holiday!

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Changing text in promotion banner and image & text #44787

    Hi,

    Please find the code

    .product-countdown .product-info h3 {
    	width: 100;
    	overflow: inherit;
    }

    and change to

    .product-countdown .product-info h3 {
    	width: 100%;
    	overflow: inherit;
    	padding: 8px 10px;
    }

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Changing text in promotion banner and image & text #44784

    Hi,

    Please try short the text, if show full text it like this image https://tppr.me/UgH1Ly

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Translating VAT in checkout #44779

    Please try find the text in Loco > plugins > WooCommerce > Dutch

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Changing text in promotion banner and image & text #44778

    Hi,

    1. Please change to to

    .product-countdown .product-info {
    	padding: 10px;
    	background: rgba(0,0,0,0.8);
    	max-width: calc(100% - 40px);
    	text-align: center;
    	bottom: 20px;
    }
    .product-countdown .product-info h3 {
    	width: 100;
    	overflow: inherit;
    }
    .product-countdown .product-info h3 a {
    	color: #fff;
    }

    2. Please change code

    .jas-promotion.bottom .pa h3, 
    .jas-promotion.bottom .pa h4 {
    	font-weight: bold;
    }

    and

    .jas-promotion.bottom .pa {
    	background: rgba(0,0,0,0.8);
    	padding: 20px;
    }
    

    to

    .jas-promotion.bottom .pa h3 {
    	font-weight: bold;
    }
    .jas-promotion.bottom .pa h3, 
    .jas-promotion.bottom .pa h4 {
    	font-weight: 400;
    }
    .jas-promotion.bottom .pa {
    	background: rgba(0,0,0,0.8);
    	padding: 10px;
    }

    3. Please add more code

    a.reset_variations {
    	display: none;
    }

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Changing text in promotion banner and image & text #44769

    Hi,

    Please add below code to Custom CSS

    .product-countdown .product-info h3 {
    	width: auto;
    	overflow: inherit;
    }
    .product-countdown .product-info {
    	padding: 20px;
    	background: rgba(0,0,0,0.8);
    	max-width: calc(100% - 20px);
    	text-align: center;
    }
    .product-countdown .product-info h3 a {
    	color: #fff;
    }

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 10 posts - 1 through 10 (of 15,037 total)