Hi, Lely!
So here is the code I used in integrity stack to create the subtitle and other items in the image. However, it was added to the global header folder in integrity after copying the full navbar.php file. In the icon stack, it appears the nav bar is combined in the header file. Therefore. I’m not sure if I need to add it below .x-logobar or x-logobar-inner, but when added below it appears like so in the attachment.
I just need a little help adjusting it and knowing exactly where to put it in the icon stack. At present it is below the global navbar but above breadcrumbs in my child theme’s header.php file. So quite naturally it will appear only on pages where breadcrumbs are active because of where I’ve placed the code. I would like it to be a part of the header for every page and to sit just below the header logo as a subtitle.
Additionally, I’m trying to put the phone icon after the word call with a phone number and an envelope icon after the word email. I altered the code a bit, but it isn’t working properly.
Blockquote
Call:
Full Service Agency
<?php echo do_shortcode('[x_icon type="phone"] [x_icon type="envelope"]'); ?>