• Resolved sticklegs

    (@sticklegs)


    I would like to hide/remove the site title from all pages on my site. Can anyone advise how I can do this. I can’t find any settings in the admin area for WordPress or for my theme (Storefront). I can’t just delete the site title as it is picked up for use in emails that are generated when someone buys from my shop.

    Thank you in advance.

    Sue

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This CSS

    .site-branding {
        position: absolute;
        left: -9999px;
        top: -999px;
    }

    To add CSS:

    • If you are using WordPress 4.7 or later, use the “Additional CSS” option in the customizer.
    • If your theme has a custom CSS option, use that to add the CSS shown above.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter sticklegs

    (@sticklegs)

    Thank you so much. That did the trick! Thanks for the very prompt response.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide the site title’ is closed to new replies.