Hi, is it possible to have have the topbar display beneath the nav rather than on top?
Hi @BelievePursue,
Yes it is possible though with customization. I can see you have a child theme already. We can guide you on how to do it though the actual editing of the template is outside the scope of our support. In case you are not familiar with coding it would be best to consult a web developer.
The file responsible for that is this:
wp-content\themes\x\framework\legacy\cranium\headers\views\ethos\wp-header.php
You can copy that file on the same folder path on your child theme here:
wp-content\themes\x-child\framework\legacy\cranium\headers\views\ethos\wp-header.php
In case that exact folder path doesn’t exists yet, please create it.
Open the copied file wp-header.php. You can see this part of the code:
<header class="<?php x_masthead_class(); ?>" role="banner">
<?php x_get_view( 'ethos', '_post', 'carousel' ); ?>
<?php x_get_view( 'global', '_topbar' ); ?>
<?php x_get_view( 'global', '_navbar' ); ?>
<?php x_get_view( 'ethos', '_breadcrumbs' ); ?>
</header>
Rearrange as needed. Further customization that you might need from here is unfortunately outside the scope of our support.
I notice that your license is PRO. If you will switch to PRO HEADER, you can easily built the same look without customizing the template. For guidance, you may watch our header series videos from our youtube channel.
Hope this helps.
Thank you!!
You’re always welcome!
Cheers.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.