• I’m attempting to hide the company logo and name using custom CSS but the logos and name are still displaying. Can you help troubleshoot?

    I have the “Use Custom CSS” option enabled and I’m using the following CSS:

    #logo {
    display:none !important;
    }

    #main h1 {
    display:none !important;
    }

    The username and password to view the page are:
    User: sumersportsstg
    Password: sports

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

  • The topic ‘Custom CSS not working’ is closed to new replies.