This is a feature request more than anything but I would also like a quick-fix if possible. At the moment it is only possible to set the header text color to one defined color. I would like to be able to change this per page to either black or white depending on the header image I am using. This also means the header logo and any social media icons will also need to be inverted. I have found a few answers on here with Quick CSS code to change just the menu text but not all the text and header logo.
This is the CSS I am using to turn the menu text white from black:
.page-id-942 .av_header_transparency span.avia-menu-text {
color: white;
}
Any help would be greatly appreciated.
Hi Brownhill!
Thank you for using our theme.
The CSS for changing the icons and phone:
.page-id-258 #header_meta a, #top #header_meta ul, #top #header_meta li, #top #header_meta .phone-info {
color: white;
}
Changing the image can only be achieved with jQuery and manipulating the DOM.
But this is beyond the scope of support.
Cheers!
Günter
Thanks Günter. Is this something that is being considered for a future release update? It doesn’t really help me if the logo cannot be changed. Ideally there would be somewhere for me to upload an ‘alternative’ logo design to be used when necessary.
Thanks.