Hide Content Title/Dashboard ?

  • Hello Everyone,

    Is there a CSS code (or another way) to hide the content title on the dashboard page only?



  • Hi @Rich


    All you need to do is find the ID from your dashboard page via the Developer Console and then swap the number for the XX


    Code
    body[data-page-id="XX"] .contentTitle {
        display: none;
    }

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!