• Resolved krs33

    (@krs33)


    I would like to remove the logo from my homepage, but keep it on all other pages. I’ve tried adding the following four versions of custom css, but none worked.

    .home .header-wrap .col-md-4 > a{
    display: none;
    }

    .home .header-wrap .col-md-4 > a{
    opacity: 0;
    }

    .header-logo{
    display:none;
    }

    .header-logo img{
    display:none;
    }

    Is there anything else I can try? Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Logo From Home Page’ is closed to new replies.