Okay
  Public Ticket #3388052
Logo not displaying properly on Canvas Menu
Closed

Comments

  •  2
    aruback started the conversation

    https://www.burnttreebrewing.com/

    I do not have a png version of our logo! The only version I have to work with is on a white background & when I open the canvas menu, it gets WHITED OUT as you can see here:

    SS1.jpg

    Is there some code you can send me or a way to have our regular logo display on the canvas menu?

    Thanks in advance for your help!

    Adam

    Attached files:  SS1.jpg

  •  1,877
    Judith replied

    Hi Adam,

    Thanks for writing to us.

    Please try this css:

    @media only screen and (min-width: 1000px){
    #header-outer.lighten-logo.transparent #top #logo img.stnd {
        filter: brightness(-1) invert(1);
    } }

    Thanks.

  •  2
    aruback replied

    https://www.burnttreebrewing.com/

    I tried to add this CSS, but I am not seeing any changes or the logo displayed differently on the canvas menu.

    I have tried to add the code in 2 different places:

    1) Salient Custom CSS section

    +

    2) Customize section > Additional CSS

    I am attaching screen shots as well.

    Is there something else we can try OR am I putting the code in the wrong spot?

    Again the issue is just on the CANVAS MENU.

    Thanks in advance!

    Adam

    Attached files:  SS_2.jpg
      SS_1.jpg

  •  2,958
    Andrew replied

    Hello again,

    Thank you for getting back to us.

    Try this CSS instead.

    @media only screen and (min-width: 1000px) {
        #header-outer.lighten-logo.transparent #top #logo img.stnd {
            filter: brightness(1) invert(0) !important;
        }
    }
    

    Try this and let me know how it goes.

    Kind regards,

  •  2
    aruback replied

    this code WORKED! thank you & I can now see the logo on the canvas menu.

    THANK YOU!!!!!!!!!!!!!!!!!!!!