This topic has 6 replies, 2 voices, and was last updated 10 years, 4 months ago ago by Eva Kemp
Hi,
I am looking to add imagery to the section of my website that sites above the menu bar, to the right.
Ideally I would like to be able to add an image just under the ‘register/sign in’ text, do you know the easiest way to do this? Do you know the file I need to edit to make this happen?
Kind Regards,
Alex
The title of this was meant to say ‘Adding content to the homepage’ – sorry
Hello,
To add an image under ‘register/sign in’ links you need edit the file header.php in Appearance > Editor and find the code <?php get_template_part( 'et-links' ); ?>
(line 103). After this code you should add the url to your image.
Regards,
Eva Kemp.
Many Thanks Eva!
Do you know which part of the code I need to amend for content to feature under the search box?
Thanks,
Alex
If you want to place an image under the search box as well, then you need find the code <?php get_search_form(); ?>
(line 82) in header.php and insert the needed content under that line.
Regards,
Eva Kemp.
The issue related to '‘Adding cost to the homepage’' has been successfully resolved, and the topic is now closed for further responses