Category: WooThemes Canvas CSS

  • WooThemes Canvas Hide titles

    Custom CSS for Woothemes Canvas to hide titles If you want to hide the page title from just the homepage this can be done with .home .title { display: none;} if you want to hide the titles on all pages but not on posts you can use .page .title { display: none;}   Whilst this…