Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #865361

    Hello,

    Can I give the background of the top menu a bit more or less opacity?
    see: https://postimg.org/image/4qvjg1kujf/

    So, then the text ‘Voor vrijblijvend advies, bel: 06 513 22 051 of mail: (Email address hidden if logged out) ‘ is better visible.

    greetz, marcel

    #865371

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top .av_header_transparency #header_meta {
        background: rgba(0,0,0,0.3);
    }
    

    0,0,0 is RGB value of the color and 0.3 is opacity level :)

    Best regards,
    Yigit

    #865424

    thx Yigit!

    #865433

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘transparancy on top menu’ is closed to new replies.