Okay
  Public Ticket #896548
css on logo as text
Closed

Comments

  • James started the conversation

    Hi, I have used a text only as my logo. When viewed on a mobile device such as iPhone the text for the logo is white but the background is also white and so you can not see it. Note I have put some transparency on the background as a temporary measure so it can be seen but in need the text to say dark when on the white background. James

  •  8,996
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  8,996
    Tahir replied

    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 (max-width: 1000px) and (min-width: 1px) {
        #header-outer.transparent header#top #logo, #header-outer.transparent header#top #logo:hover {
            color:#000 !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • James replied

    You're the man! Cheers.