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

    Hi Yigit

    I am writing in response to this treat: https://kriesi.at/support/topic/text-instead-of-logo-3/

    I wanted to add a text instead of a logo to the header. You gave me a code wich worked well.
    The only issue is that i can still see the “Enfold” logo on the responsive version of the page when I look at it from my phone!
    Help!

    Best

    Carolina

    #449649

    Hey Carolina!

    Add this to your custom CSS.

    .logo img { display: none !important; }
    

    Regards,
    Elliott

    #449650

    Hey Carolina!

    Please add following code to Quick CSS as well

    .responsive .logo img {
      display: none!important;
    }

    Cheers!
    Yigit

    #450494

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Text on Header – issues with responsive version’ is closed to new replies.