Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #974488

    I have a client who is wanting to add bigger text to the header of the site. I know there is the option to add it above the header but wondered if there is as way to keep it parallel to the menu? See image attachec.

    #974538

    Hey satucker,

    So they want the number text be larger but still center aligned with the menu correct?

    Best regards,
    Jordan Shannon

    #974545

    I think that could be a solution (among others) but inside the menu header area rather than above.

    #974668

    Hi,

    Thank you for using Enfold.

    You can use the “ava_inside_main_menu” action hook to render additional or custom items inside the header, right after the menu. Add a few css to adjust the style of the element.

    add_action('ava_inside_main_menu", function() {
        // your code here
    });

    Best regards,
    Ismael

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