Hello,
Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste below code in Custom CSS box and save –
.logo a img {
margin-top: 40px;
}
Now Go to enigma theme folder and open searchform.php file and see line no. 3 –
<input type=”text” class=”form-control” name=”s” id=”s” placeholder=”<?php _e( “What do you want to find?”, ‘enigma’ ); ?>” />
You can change the value of _e(“Your text”,’enigma’) as per your requirement.
Thanks.
Hello,
Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste below code in Custom CSS box and save –
.logo a img {
margin-top: 40px;
}
Now Go to enigma theme folder and open searchform.php file and see line no. 3 –
<input type="text" class="form-control" name="s" id="s" placeholder="<?php _e( "What do you want to find?", 'enigma' ); ?>" />
You can change the value of _e("Your text",'enigma') as per your requirement.
Thanks.