New Landing How can we help? Themeforest Theme Support Uplift changing "More projects" & "found 1 result" labels

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Uplift
  • #280777
    Madmagz
    Member

    Hi guys. Thanks for the theme. We should be online soon.

    I got 2 small questions.

    1.) How could I change the “More projects” label above the related-project containers (I need to translate the mention) ?

    2.) Same question with the “Found 1 result” label under the map directory location. How can i erase it?

    Thanks for your help.

    #281166
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Please paste this code at functions.php of child theme:-

    function sf_text_strings( $translated_text, $text, $domain ) {
    	switch ( $translated_text ) {
    		case 'More projects' :
    			$translated_text = __( 'CHANGE ME', $domain );
    			break;
    	}
    	return $translated_text;
    }
    add_filter( 'gettext', 'sf_text_strings', 20, 3 );
    

    2- Please use this custom css code:-
    .results-title{display:none !important;}

    Thanks
    Mohammad

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

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

License required for one of the following items
Login and Registration Log in · Register