Remove Title Area on Home Page
-
I am trying to remove the title area on the homepage of my blog because it shows up as just a lot of unnecessary white space. Is there a simple way to do this? I am not all that familiar with CSS.
The blog I need help with is: (visible only to logged in users)
-
To get rid of the title space just for the home page in the Academica theme, add this to your Appearance → Custom Design → CSS editor:
.home .column-title { display: none; }
- The topic ‘Remove Title Area on Home Page’ is closed to new replies.