Site logo

Archived topic

TOP BAR

5 replies · Started by Pietro on March 22, 2021

Viewing posts 1–6 of 6

Hi there,

I have a little problem about the top bar widget; I see the top bar on home page but I can't on the other pages.

Could you help me, please?

Thanks in advance for your support.

P

Hi there,

you have this CSS in Customizer > Additional CSS:

body:not(.home) .top-bar {
    display: none;
}

Delete that CSS to display the Top Bar everywhere

Hi David,

it's works, thanks a lot!!!

Just a little question again:

How can do to view the top bar in the mobile view as well?

Thanks again for you support

P

You would also remove this CSS:

@media (max-width: 768px) {
    .top-bar {
        display: none;
    }
}

Thanks David for the quick reply ...

obviously it works

Thanks again
P

You're welcome

This archived topic is closed to new replies.