• Resolved willpower1

    (@willpower1)


    Hi all.
    I am trying to hide the logo at the top of this page.
    Currently, I have this css

    .main-logo{
    display: none;
    }

    Can anyone tell me what I am doing wrong?
    Thanks.
    Will.

    • This topic was modified 6 years, 4 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Salut,

    Essaie plutôt

    .main-logo
    {
      visibility:hidden;
    }
    

    Cela devrait réglé votre problème!

    cordialement.

    • This reply was modified 6 years, 4 months ago by diguse14.
Viewing 1 replies (of 1 total)

The topic ‘Can someone help me with this css code please?’ is closed to new replies.