Hi guys!
Here’s my site: http://www.rebootfloatspa.com
I’d like to add a button next to the logo, similar to this site: http://www.floathouse.ca. Their button is below their logo, but directly to the right would work best for me.
I could use html code or a max button id code like this “[maxbutton id=”1″]” I just don’t know where to put the code.
Thanks for any help!
Hey rebootfloatspa!
Thank you for using Enfold.
You can add something like this on functions.php:
add_action( 'ava_main_header', 'ava_add_header_link' );
function ava_add_header_link() {
echo '<span class ="tagline">LINK OR CONTENT HERE</span>';
}
Cheers!
Ismael
Thank You Ismael,
But, this code puts the span outside the container (above the logo). Is there a solution to put this inside the container, after the logo tag?
BR
Peter
Hey Peter!
Replied you here – https://kriesi.at/support/topic/adding-custom-button-on-top-right-hand-of-enfold-header-part-2/#post-463411
Let us stick to that topic.
Cheers!
Yigit