New Landing How can we help? Themeforest Theme Support Neighborhood Grey quadrat below the billing adress in the checkout | remove

Viewing 9 posts - 1 through 9 (of 9 total)
  • #271515
    janheege
    Member
    Post count: 148

    Dear Support/people,

    1.First question: For what is the grey quadrat below the billing address in the ckeckout? See 1. png.
    How can I remove this quadrat?

    2. Second question: How can I change the word “Billing Address” into “Invoice Address” ? I tried all things and changed all .po data files

    I am thankful for every little help!

    Best regards, Jan

    Attachments:
    You must be logged in to view attached files.
    #271582
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Do you want to remove the order notes textarea?

    2- Please paste this code at functions.php of child theme.

    function sf_text_strings( $translated_text, $text, $domain ) {
    	switch ( $translated_text ) {
    		case 'Billing Address' :
    			$translated_text = __( 'Invoice Address', $domain );
    			break;
    	}
    	return $translated_text;
    }
    add_filter( 'gettext', 'sf_text_strings', 20, 3 );

    Thanks
    Mohammad

    #271786
    janheege
    Member
    Post count: 148

    Dear Mohammad,

    Thank you for answering!!

    1. No, I mean the grey box below the order notes box. Please, see at the screenshot.

    Thank you in advance!

    Best regards, Jan

    #271883
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me website url to check and resolve the issue.
    Thanks
    Mohammad

    #272196
    janheege
    Member
    Post count: 148

    Dear Mohammad,

    Here my URL: http//:blackwood-watches.com/

    Best regards, Jan

    #272197
    janheege
    Member
    Post count: 148

    Dear Mohammad,

    Did a mistake here is the correct URL: Black Wood

    Bets regards, Jan

    #272226
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I need login detail to investigate it further.
    Thanks
    Mohammad

    #272437
    janheege
    Member
    Post count: 148
    This reply has been marked as private.
    #272550
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #order_review{
    display:none !important;
    }

    Thanks
    Mohammad

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register