[Resolved] Menu transparency

Home Forums Support [Resolved] Menu transparency

Home Forums Support Menu transparency

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #255447
    Tim

    Hello,

    I have a menu that is almost working the way I want, you can see it here
    http://aaa.greaterthanthesum.com

    The problem I am trying to fix is that I want the menu to start off semi-transparent if you scroll the menu becomes semi-transparent

    I cannot figure out what is causing the opacity at the start

    Thanks

    #255465
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    It looks like you have this custom CSS added which is causing the semi-transparency:

    .main-navigation {
        background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    }
    #255476
    Tim

    Hey Tom, thanks for the response

    I put that there, I am trying to reproduce this site is Generatepress
    http://greaterthanthesum.com/ and almost have the menu but need it to be semi-transparent at the start, not just on scroll, you will see what I mean if you follow the link

    Thanks for any help

    #255483
    Tom
    Lead Developer
    Lead Developer
    #255486
    Tim

    Thank you!, that did the trick, been working on this for hours

    #255487
    Tom
    Lead Developer
    Lead Developer

    Glad I could help! 🙂

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