Removing the site title and description from the front end.

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Mountainview Removing the site title and description from the front end.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1066150
    Helen Harvey
    Participant

    Hi there,

    There does not seem to be an option to hide the site title and description for this theme. Is there another way I can remove this from showing up on the front end, as I have a logo I wish to show instead?

    Thanks,

    #1067574
    Andre Flores
    Moderator

    Hello Helen,

    You should navigate to Appearance ->Customize ->Site Identity and set the logo image there – make sure to leave Site Title and Tagline fields empty there: https://prnt.sc/xyxrzg.

    Regards,
    Andre

    #1067637
    Helen Harvey
    Participant

    Yes but then my site is nameless. No name appears on the website Tab, my site has no name or tagline for Google to use to identify it. Surely this is not good for SEO.

    #1068841
    Andre Flores
    Moderator

    Hello Helen,

    In this case you may try adding the following CSS code under Appearance ->Customize ->Additional CSS:

    .site-branding-wrapper {
    	display: none;
    }

    This will just hide the site title and the tagline from the front-end.

    Regards,
    Andre

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.