Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1403665

    We love Enfold and have been using it for eight years – keep up the good work!

    Pointing you to a small (but annoying) issue that arose after our most recent update to 5.5. Our homepage uses a full page Color Section with Transparent Header with border. Prior to our recent update, both the main menu and the topbar were transparent (see wayback machine below). However, now the topbar is white on gray (per our ‘Advanced Styling’ settings for standard pages/posts) and for some reason its black on gray for mobile.

    See private content for links to the the menu and topbar on the home page pre and post update.

    Any suggestions for a simple fix? Or will we need to wait for this to be fixed in an upcoming version?

    Thanks!

    The A.CRE Team

    #1403788

    Hey adventuresincre,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top #header_meta {
      background-color: transparent !important;
    }

    If you should need any further help, then please include admin WordPress login details in private.

    Best regards,
    Rikard

    #1403824

    Rikard – thanks for that.

    Unfortunately, using that CSS to set the topbar background to transparent has that effect on ALL pages, rather than just on pages where the Header is set to be transparent. I’m trying to get the topbar back to being transparent ONLY when the Header is set to be transparent, otherwise the topbar should be white font on #777777 background.

    With that said, I was able to find a workaround. I deleted the Advanced Styling for the topbar, and updated the Alternate Background Color on the General Styling. While it’s different than it was before, it works.

    Thanks for the help!

    #1403862

    Hi,

    Please try this CSS instead:

    .av_header_transparency #header_meta {
      background-color: transparent !important;
    }

    Best regards,
    Rikard

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