May be possible without modify each single post ?
Hey unicaweb,
Yes, it is possible! :)
Please perform the below steps.
1. Add a header widget area as mentioned in this link (Do not use the CSS code) https://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
2. Add your banner inside the widget area from Appearance > Widget > Header.
3. Use the custom CSS from the link in private to style it to suit your design.
Best regards,
Vinay
I use this code
add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}
but widget do not show in admin
Hi,
After you add the code please go to Appearance > Widget > Create a new widget area
Create a new widget called “header”
Drop a text or a image widget to the newly created header widget and use the CSS to position the widget :)
Best regards,
Vinay