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

    i hide the logo with adding this code.
    .home .logo { display: none!important; }
    Some one can tell me how show the logo again?. Thanks

    • This topic was modified 11 years, 1 month ago by elvismedia.
    #276113

    Hi!

    You could simply remove that line. If that doesn’t work try adding this to the Quick CSS:

    .home .logo { display: block !important; }
    

    Best regards,
    Josue

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