• Hello,

    I want to make some little changes in the header. I want to put logo as well as the website title in the middle and a tag line with the small Van icon. Could someone please help me to do this?

    My website it – sterlingdrycleaning.co.uk

    Regards,
    Kin

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi kinjalvaghela,

    Firstly make a child theme with the given Link.

    Then open enigma main theme folder and copy header.php from there and paste it into the child theme folder.

    then open header.php of child theme folder go to line no 38. See the code below-

    </a>
    					<p><?php bloginfo( 'description' ); ?></p>
    					</div>

    Replace it with the below code and save the file –

    </a>
    						<p><i class="fa fa-truck"></i> <?php bloginfo( 'description' ); ?></p>
    					</div>

    van icon can’t be added, so you can use any icon except of van icon.

    Thanks.

    Thread Starter kinjalvaghela

    (@kinjalvaghela)

    Thank you very much. I appreciate your help and must say you done a good jo b making this wonderful theme. ??

    Just want to ask as I am a beginner, where do I find these folders and files. Are they somewhere in the WordPress site or in my C folder?

    Waiting for your reply soon.

    Regards,
    Kin

    Hi,

    In c or any other drive where you placed WordPress folder, inside the WordPress folder go to -> wp-content -> themes -> enigma.

    and after making the child theme you found the enigma child theme also in the same folder.

    Hope you will understand.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘want to change header’ is closed to new replies.