test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • braghieri73037 Developer
    #205069

    Is there a way to have a menu with a transparent background that then changes to a solid background as one scrolls down like in this website?
    http://www.thestartupguys.co.uk/

    Is it possible to do it without adding .js and stuff like that?

    Saguaros Moderator
    #565016

    Yes, you can do that by adding css style for the header.

    For example, if you want to change background for header when scrolling down, you can add this style to ‘/templates/uber(your default template)/css/custom.css’ file


    .uber-header.affix {
    background-color: rgba(0,0,0,0.11); <<< change to your desired color
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 9 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum