Home Forums Pro Themes Photo Perfect Pro Sticky Menu

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #90835
    Sabina Araya
    Participant

    When I enable the sticky menu it appears at the top of the page over the header picture. How can I change it to appear at the top of the page but not over the header picture. I want to header picture to be fully visible.

    How can I change the color ribbon behind the menu to be a bit transparent.. not a solid color?

    #90857
    wensolutions
    Keymaster

    Hello @emanimama,

    Please add below given CSS to resolve the issue.

    @media only screen and (min-width: 767px){
    .sticky-menu-enabled #main-nav {
        background: none repeat scroll 0 0 rgba(31, 31, 41, 0.49);
        top: 0px;
        
    }
    }

    Hope this helps.

    Best Regards!!

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