Hi!
Next to the search field in the header of Attitude Pro I’d like to add a list of external links.
I am comfortable with HTML/CSS/JS but am new to WordPress and PHP.
@mbrgr You will have to add the links directly into the code as there is no such option for now. Go to theme folder->library folder->structure folder->header-extensions.php file. In the file go to attitude_headerdetails function and add your links inside it just after the search form fucntion. You may also have to adjust the css as well. To adjust the css you can write you custom css in the theme options->custom css.
Also, please make a child theme so that you don’t lose the changes when you update theme theme.