Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #911153

    Hello,
    how do you remove the logo from the page?
    I do not want to see it because I put it in the color section
    thank you

    #911156

    Hey,

    Please add Code Block element to your page and then insert following code inside it

    
    <style>
    .logo, .responsive .logo { display: none; }
    </style>
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.