Page Headings And Top Menu Display Issue - Question | JoomShaper

Page Headings And Top Menu Display Issue

KC

Koa Consulting

Template 17 hours ago

Aloha. We're trying to get the header of the pages to be the same when either viewing a Joomla article or a SP Page Builder page. The issue we're having is that the SP Page Builder page shows the top menu without a background so most of it isn't visible until you hover the mouse over it.

I've included links to the Joomla article and SP Page Builder page so you can see the issue and compare the code. It's in the Hidden Content area of this post.

Thanks!

0
1 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 4 hours ago #209654

Hello,

Thanks for reaching out to us.

Please, use this css in your custom code -> css section:

body.home-page #sp-title {
    display: block;
    min-height: 130px;
    background-color: #21223f;
}

Please, let me know the update.

Thanks

0