Hi there,
As @mldarshana suggested, I open a new thread here.
- I would like to have a titel “News Section” above my blogpage. (ethos)
I found out already that there are no blog-header options in ethos, so I found a piece of code from another post, which I inserted in my child themes function.php.
The piece of code is:
// Add custom blog title for Ethos stack
// =============================================================================
function add_blog_title(){ ?>
<header class="x-header-landmark x-container max width">
<h1 class="h-landmark"><span>My Blog</span></h1>
</header>
<?php endif; ?>
<?php }
add_action('x_after_view_ethos__landmark-header', 'add_blog_title');
// =============================================================================
**The problem:**
somehow I cannot see the title yet. **It seems that it might be hidden under the header**?
I can't find the page settings anymore, where I am able to choose "show header, footer, container, no container etc"
Where is that option for my blogpage?
I have it on my other pages....
Many Thx
Maik