Hi Kriesi team,
I found this post on how to deactivate the underline on the transparent header. (it worked with .avia-menu-fx { display: none; } )
However, I can’t get quick CSS code working to simply change the color of the underline. Am I missing something?
Thanks for the great support!
Thomas
Hi icotom!
Add this to your custom CSS.
span.avia-menu-fx {
background: blue !important;
}
Best regards,
Elliott
Hi Elliott,
Thanks a lot, works perfectly fine!
Best regards,
Thomas