Header "Bottom" not displaying on Homepage but other pages

We have a global block set in the Header as “Bottom”.

It appears on ALL other pages EXCEPT Homepage. It looks like when we unassign the Homepage as the “Front Page” it seems to work.

Any idea as to why this element is not displaying? Here is our dev site:

http://southsidecleveland.com/newsite/

1 Like

Hello @@a4eadmin,

Thanks for writing in!

Your bottom header bar is not showing because of this custom css:

body.home .e476-25 {
    display: none;
}

Please edit your and check the custom css of the bottom bar. You may have added this code:

body.home $el {
    display: none;
}

Hope this helps. Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.