Site logo

Archived topic

Page header custom logo won't show in mobile

18 replies · Started by Ivan Cazorla on June 8, 2018

Viewing posts 16–19 of 19

No problem :)

You as well!

Hi again, since last GeneratePress update using the new Elements page headers, I think this code stoped working:

@media (max-width: 768px) {
    .generate-merged-header .main-navigation {
        background-color: transparent;
    }
}

Can this be possible because of the update? I'd need that in mobile, when I click the menu icon, the header becomes white instead of transparent.

Thanks,
Ivan

Found a solution that is now working with Elements. Code here:

.main-navigation.toggled {
        background-color: transparent;
    }

Thank you anyways.

Glad you figured out :)

This archived topic is closed to new replies.