• Yamcha

    (@yamcha)


    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: https://dbrev.tk

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You may need to use a Child Theme, or Custom CSS Manager plugin for this change. Have you either?

    Thread Starter Yamcha

    (@yamcha)

    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..

    Thread Starter Yamcha

    (@yamcha)

    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

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    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.

    Thread Starter Yamcha

    (@yamcha)

    Thanks will try that

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide Site Title & Description (The Night Watch Theme)’ is closed to new replies.