I want to add a new button ( Contact ) in the header top bar. And I don't how to do it. The theme that I am using is Fastor.
I tried to go to plublic_HTML > catalog > view > theme > fastor > template > common and I search through all the following files.
header.tpl, header.twig, home.tpl, menu.tpl. I could not find anything, infect header.twig is empty.
This is an ss of the header.tpl
What I did find is a nav tag with the links that I was looking for in plublic_HTML > catalog > view > theme > DEFAULT > template > common.
I added a new ul with the a tag but it still not works.