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.
Hey satucker,
So they want the number text be larger but still center aligned with the menu correct?
Best regards,
Jordan Shannon
I think that could be a solution (among others) but inside the menu header area rather than above.
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