• Hi,
    How to Move logo down the bottom, in the middle left and change text in serch “what do you want to find?” thanks

    errr

    • This topic was modified 9 years, 1 month ago by onlylovebx.
    • This topic was modified 9 years, 1 month ago by onlylovebx.
Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

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

The topic ‘move logo and change text’ is closed to new replies.