Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #601856

    Hello I want to add a custom text right after the social icons. My social icons are positioned on the right of the very top header.

    I tested this:

    add_action('avia_meta_header', 'avia_add_forms_on_header');
    function avia_add_forms_on_header() { echo "<div>mytext</div>"; }

    My text appears after the secondary menu in the header on the left. I want it after the social icons positioned on the right.

    Thank you for helping me.

    #602316

    Hi royaltask,

    You could try adding a widget area to the header: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. We can help you out with styling once you’ve added it.

    Thanks,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.