Forum Replies Created

Viewing 10 posts - 11 through 20 (of 15,042 total)
  • Author
    Posts
  • 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

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

    you mean the text “Fine Art Print – Domtoren in de mist”?

    Please give the design where do you want it show, I will give you suggest code

    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 #44763

    And the text Domtoren in de mist is also quite low in the photo.

    Please tell me more about this issue? I still confuse this.

    Thanks

    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 #44759

    2. Please add below code to Claue > Theme Option > General Layout > Custom CSS if you want add background below Promotion text

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

    and add below code to make the text thicker

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

    2. add below code to make background cover the text ” ‘Domtoren in the mist’

    .badge span.0nsale {
    width: 145px;
    }

    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 #44758

    Hi,

    Can you send me your access to check?

    Thanks

    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 #44753

    Hi,

    You can use “Promotion Banner” element to build your content https://tppr.me/Ne0O87 and it has option for you can change text color https://tppr.me/CYY2NG

    Kind regards

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

Viewing 10 posts - 11 through 20 (of 15,042 total)