Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #295346

    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.

    #295358

    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

    #295362

    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.

    #295405

    Hey!

    I will forward your request to Kriesi. But as much as I’m concerned this is the first request.

    If you really need it, I can offer to implement it for you on a freelancer base or you can have it also be done by some other developer.

    Best regards,
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.