Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #577255

    Hey the header on my home page is not transparent and the submenu background color matches fine. But on pages where I have a transparent/glassy header, is there a way to make the submenu background match? As of now it is the same color as the homepage header and looks a little weird.

    #577478

    Hi Bradleyecain!

    Go ahead and send us a link to the page and we’ll take a look. You can set your reply as private if you wish.

    Cheers!
    Elliott

    #577521

    The transparent pages are the service pages. I am also having a problem adding images to any of my galleries now. If you could check that out while you’re in there, that would be awesome.

    #578314

    Any luck?

    #579113

    Hey!

    Add this to your custom CSS.

    .html_header_glassy .sub-menu, .html_header_glassy .sub-menu * {
        background: rgba(0,0,0,0.1) !important;
    }
    .html_header_glassy .header-scrolled .sub-menu, .html_header_glassy .sub-menu * {
        background: red !important;
    }

    Cheers!
    Elliott

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