Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter sethmillscannon

    (@sethmillscannon)

    For reference, I’m trying to get the same behavior as shown on the Agency example page here:

    https://demo.terra-themes.com/meteorite-agency/

    Theme Author terrathemes

    (@terrathemes)

    Hi,

    I currently cannot find out why the color settings aren’t working for you (also your third screenshot link is broken), but you can mimic the behaviour with the following CSS:

    @media only screen and (min-width: 1025px) {
      #masthead .nav-container.fixed {
        background-color: #ffffff !important;
      }
    }

    Please let me know whether this fixes your issue.

    Thread Starter sethmillscannon

    (@sethmillscannon)

    Thank you! That helped!

    I also found some mismatched characters (single quotes) in the Customizer > Fonts fields that needed to be corrected. Once I fixed that, the menu bar worked as expected!

    Theme Author terrathemes

    (@terrathemes)

    Good to hear.
    Was that quote error a mistake by the theme defaults?

    Thread Starter sethmillscannon

    (@sethmillscannon)

    I don’t think so. There are a few people working in the Customizer at different times and experimenting with font changes, so it was probably just a copy-and-paste issue that caused the mismatched single quotes around the font family value in the form field.

    Theme Author terrathemes

    (@terrathemes)

    Alright, thanks for the explanation. I’ll mark this topic as resolved then, feel free to ask for further assitance in a new thread.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Transparent menu background sticky’ is closed to new replies.