Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #109986
    Jaccolo
    Participant

    Hi, here’s Jacopo, i need a small help for avoiding the transparent menù in the pages (an example here: http://www.andreacapezzuoliecompagnia.it/calendar/ ). My problem is that i need the menù “section” not to be fully transparent when starting a page, i need it “transparent-black” like when scrolling down…

    Thanks in advance for any help!
    Regards
    Jacopo

    #110055
    Pratik
    Keymaster

    Hi @Jaccolo,

    Use following code in Appearance=> Customize=> Additional CSS box:

    
    #masthead {
        background: rgba(17, 17, 17, 0.7) none repeat scroll 0 0;
    }
    

    Regards,
    Pratik

    #112193
    TechnoMinds
    Participant

    Jacolo,

    I was wondering if you could tell me how you achieved that nice Menu section with the expanding logo?

    Cheers,
    David

    #112217
    TechnoMinds
    Participant

    I just realized that effect and background was there all the time. I never noticed because it only comes up when I scroll down on the page.

    #112360
    Pratik
    Keymaster

    Hi @TechnoMinds,

    Has the problem been solved.

    Let me know.

    Regards,
    Pratik

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Toggle Transparent Menù’ is closed to new replies.