Tagged: header
Hey guys,
I’ld like to add a div where I would have a « call to action » btn, next to the logo, on the mobile version of the site. I’ld like to have it in the <header id=”header”>… I can work html no problem. But how can I insert it in my header file… Maybe by using functions.php?!
Thanks.
Hey Phet,
You can refer to this post – https://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Or you can modify enfold/includes/helper-main-menu.php file on your child theme – kriesi.at/documentation/enfold/using-a-child-theme/ and insert your button manually :)
Best regards,
Yigit
Thanks! It worked!