In order to switch the language of my homepage (I made one page per language) I would like to add a little image with link just beneath the search box (the search box is located top-right just under the social icons).
Where in the code of the theme can I add this little link-able image? I already got the HTML-code for the link-able image but I need to know where to place the code in the theme.
@andrella Go to theme folder/library folder/structure folder/header-extensions.php file. Look for the function cleanretina_headerdetails and try adding your code there. You may also have to adjust the css to give a fine look. Also follow the child theme approach so that you wont lose the changes when you update the theme.