Exford theme – how do I remove site name from bottom of page
-
I am working in the Exford theme – how do I remove site name and “Edit” from the bottom of the page? The site is tatumgalecom.wpcomstaging.com. “Edit” is in the middle at the bottom and then below that to the left is Tatum Gale which links to the home page. How do I remove both of those?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
If you have an upgraded plan, To remove this bottom left “Tatum Gale” Screenshot you can use css as below.footer .site-info { display: none; }If you have an upgraded plan, you can edit footer credit from your_site->Appearance->Customize
From the customizer select “Site Identity”. Look for the Footer Credit menu. Choose the option you would like to use. Save the change :)Please know more details from here https://wordpress.com/support/footer-credits/#change-the-footer-credit
For removing this you can do it from the page editor. Follow the process below
# Go to your_site->Pages->All pages.
# Open the homepage in editor.
# Select the “Tatum Gale” block.
# Now you can edit the block
# Or to delete, Click on the (three dot) from toolbar and click remove block screenshotUpdate the page after the change.
I Hope this helps.
Thanks. -
how do I remove site name and “Edit” from the bottom of the page?
This button is only visible to you, as the site admin. Nobody else can see it, you can check it when loading your site from an incognito browser window :)
-
Thank you! In the footer credit menu I had already chosen “hide,” but “Tatum Gale” is still showing up. If I want to try using your CSS you recommended, where would I paste the CSS you provided?
Thank you so much for your help!
-
-
In the footer credit menu I had already chosen “hide,” but “Tatum Gale” is still showing up.
Right, that option will hide the WordPress.com branding, but it still leaves your site’s name.
If I want to try using your CSS you recommended, where would I paste the CSS you provided?
You will add that to Appearance>Additional CSS. Here’s also some more information about that:
-
- The topic ‘Exford theme – how do I remove site name from bottom of page’ is closed to new replies.