Yamcha
Member
Posted 6 months ago #
Hi Guys,
Need some help, I've got everything working, but I would like to hide my wordpress theme's site title and description. The theme I'm using is The Night Watch..
Anyone know how I can hide the title? Appreciate any help =)
Website: http://dbrev.tk
You may need to use a Child Theme, or Custom CSS Manager plugin for this change. Have you either?
Yamcha
Member
Posted 6 months ago #
Thanks for reply! I just installed Custom CSS Manager, but I'm not sure what code to enter?
Sorry i'm pretty much a noob at this..
Yamcha
Member
Posted 6 months ago #
Nevermind guys, problem solved..
What I did was edit the style.css file for this theme, and added display:none on #masthead.. That removed the title
Thanks
Try adding;
.site-title,
.site-description {
display: none;
}
It's best not to modify the theme's files, this way you'll keep your changes whence the theme updates.
Yamcha
Member
Posted 6 months ago #