Hi!
I want the title in the banner to have a more black frame than it is now. If you check this page in the private content you can see the banner at the top is not dark enough which makes it hard to read the title
Do you have css to make it darker on this page?
its fine on all other pages as the slides are lighter.
Thanks!
Erwin
Hey vandeutekom,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
Feel free to change .91 in the below code to lighten or darken the background :)
Google rgba color for more info!
.avia_transform .av_slideshow_full .active-slide .avia-caption-title,
.avia_transform .av_fullscreen .active-slide .avia-caption-title {
background: rgba(0,0,0,.91)
}
Best regards,
Vinay
Thanks it worked! :) so awesome
I have another question. When i zoom in on every page my logo disappears and the Enfold logo appears. How to make it so my logo stays even if i zoom in or when i use the phone its my logo.
Tnx!