Tagged: ,

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

    Found this didnt quite work
    https://kriesi.at/support/topic/adjust-the-opacity-level-of-the-transparent-header/

    changed it to (which can control the lower border)

    .av_header_glassy.av_header_transparency #header_main {
    border-color: transparent rgba(255, 255, 255, 0.75) rgba(255, 255, 25, 0.75);
    }

    How to change the area opacity / colour of:
    Logo / Menu area?

    • This topic was modified 10 years, 1 month ago by aribann. Reason: upadte
    #334597

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #335088
    This reply has been marked as private.
    #335200

    Hi!

    Use this code:

    #top .av_header_glassy.av_header_transparency .header_bg {
        opacity: 0.4;
    }

    Adjust as needed.

    Regards,
    Josue

    #335221

    Brilliant Thanks

    For anyone that wants to take this a step further and colorize that area:

    #top .av_header_glassy.av_header_transparency .header_bg 
    {opacity: 0.7; background-color: yellow;}
    • This reply was modified 10 years, 1 month ago by aribann.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Glassy settings’ is closed to new replies.