Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #381158

    I’m trying to add the transparent and glassy header to the homepage of my site. I was able to find make the menu items show up in white and add my logo in white but need some quick css to make the text in the extra elements section white only when the transparent & glassy Header is activated.

    Is there also a way to make the menu item text bolder only when the transparent and glassy header is activated so it is a little more legible? Thank you!

    #381568

    Hey djshortkut!

    which text in the extra elements do you mean? please show it us on screenshots using imgur.com
    I don’t think a bolder menu text is possible for activated glassy header only and you would need to hire a freelancer for this.

    Regards,
    Andy

    #381572
    This reply has been marked as private.
    #382824

    Hi!

    Please activate transparent & glassy on a test page and post it here.

    Best regards,
    Josue

    #383306
    This reply has been marked as private.
    #383488

    Hi!

    Use this:

    #top .av_header_transparency #header_meta * {
        color: white !important;
    }
    
    #top .av_header_glassy.av_header_transparency .header_bg {
        opacity: 0.5;
        background: black;
    }
    

    Regards,
    Josue

    #385261

    Thank you very much! You can close this thread.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Transparent & Glassy Header’ is closed to new replies.