Hi,
how can i change the background-color of the phone bar above the header?
I can’t find the right class. ( this doesn’t work on all sites):
div#header_meta.container_wrap.container_wrap_meta.av_secondary_right.av_extra_header_active.av_phone_active_left.av_entry_id_504.av_av_admin_bar_active {
background-color: #5a2881!important;
}
Thank you!
Hey Luisgasser,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header_meta{
background-color: #13171B !important;
}
Best regards,
Jordan
Thank you, works great!
Hi,
You’re welcome, glad to hear it works!
Best regards,
Jordan