Okay
  Public Ticket #1965087
Remove websitetext in header on mobile
Closed

Comments

  • Richard started the conversation

    Hi,

    Please see attached screenshot. Is it possible to remove the text "irma van toledo" in the heaer just for mobile? As you can see we use a logo as background.

    Thank you for your help.

    Regards,

    RIchard

  •  9,063
    Tahir replied

    Hey Again,

    Simply upload a transparent PNG in here : http://prntscr.com/n900s6 . 

    Best


    ThemeNectar Support Team 

  • Richard replied

    Hi,

    Unfortunately this is not possible as the option "Use Image for Logo?" is switched off.

    Regards,

    Richard

  •  9,063
    Tahir replied

    Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.


    ThemeNectar Support Team 

  •   Richard replied privately
  •  9,063
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        body #header-outer[data-permanent-transparent="false"] header#top #logo.no-image {
            display:none !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • Richard replied

    Thank you very much for your quick reply!!!!

    Issue solved :-)

    Regards,

    Richard