[Resolved] Page header custom logo won't show in mobile

Home Forums Support [Resolved] Page header custom logo won't show in mobile

Home Forums Support Page header custom logo won't show in mobile

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #596877
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

    You as well!

    #659976
    Ivan Cazorla

    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

    #659978
    Ivan Cazorla

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

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

    Thank you anyways.

    #660032
    Leo
    Staff
    Customer Support

    Glad you figured out ๐Ÿ™‚

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.