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
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
thx Yigit!