Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #914970

    Hi I found some CSS to make the header transparent, but it seems to affect scroll mode too.

    I used:

    #header {
    background-color: transparent !important;
    }
    #header .header_bg {
    background: transparent !important;
    }

    Is it possible to change the menu color in scroll mode slightly?

    #914986

    Hey Jonas,

    So you would like to change the background color on scroll?

    Best regards,
    Jordan Shannon

    #914990

    Yes, now its transperant, ans I would lik it to be White / transperant, so its possible to read the menulinks

    #915016

    Hi,

    Can you change your css to the following:

    .av_header_transparency{
    background:transparent!important;
    }

    Best regards,
    Jordan Shannon

    #915026

    Its not working.

    Tried it put with the existing CSS and after removing#header {
    background-color: transparent !important;
    }
    #header .header_bg {
    background: transparent !important;
    }

    #915032

    Hi,

    Did you add the css to the very top of the quick css area so that it runs first? If not please do so and test again.

    Best regards,
    Jordan Shannon

    #915043

    Yep, no reaction (cache is flushed)

    #915065

    Hi,

    Please provide admin info so I can log in and look into this issue further.

    Best regards,
    Jordan Shannon

    #915357

    Here U go

    #915403

    Hi,

    Can you try to add this css code in Quick CSS (located in Enfold > General Styling):

    #top .av_header_transparency #header_main {
        background: transparent;
    }
    
    #top #header_main {
        background: rgba(255,255,255,0.4);
    }

    Hope this helps :)

    Best regards,
    Nikko

    #915416

    Ohh Yeaarh, its working, thanks a lot

    #915422

    Hi,

    You’re welcome, let us know if you need further assistance :)

    Best regards,
    Nikko

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