Okay
  Public Ticket #959079
Retina Logo
Closed

Comments

  • Daniel started the conversation

    Hi there. On my 2016 MacBook Pro (retina) the logo is appearing twice in the top. Screenshot attached.

  •  8,996
    Tahir replied

    Hey Daniel,

    Your Starting light logo and the retina logo alignment isnt correct as it is showing both the logos . Please recreate the logos and add them .

    Thanks 


    ThemeNectar Support Team 

  •  8,996
    Tahir replied

    Or use this css fix .

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (min-width: 1001px) and (-webkit-min-device-pixel-ratio: 1.5) {
        #header-outer[data-transparent-header="true"].transparent #logo .starting-logo:not(.retina-logo) {
            opacity:0 !important
        }
    }

    Thanks


    ThemeNectar Support Team