Tagged: banner, header, image, logo, secondary menu
Hi team enfold,
How can I insert an image on top of the header instead of the secondary menu? I know i can change the color of the secondary menu, however, i would like to add a image/logo inside or instead of the secondary menu. Can I do this in the enfold theme options/setup, or should this be done other ways. Note that my site is currently responsive and I would like the logo in the top right corner to be seen at all times…
Br
ChangeGroup
Hi changegroup!
Thank you for using our theme.
The following action hook allows you to echo HTML code directly after the closing <nav> tag inside the header:
do_action('ava_after_main_menu');
You can echo your logo in an tag and style it with CSS.
Regards,
Günter
Hi!
Using the action hook allows you to add HTML code for your logo image. This can be styled with CSS and can be made responsive. It is also possible to add additional JavaScript code if necessary.
This is customisation and bejond the scope of the support forum.
Best regards,
Günter
Hi!
I have answered your question here – https://kriesi.at/support/topic/best-way-to-insert-a-fullwidth-banner/#post-287253
Please do not post duplicated as it is making it harder for us and for other users to follow. Thank you for your understanding :)
Best regards,
Yigit