- You’ll need login to the WP site
- Then Go to Appearance > Customize
- Go to Theme Settings > Header Footer Scripts
- Then add the following snippet to Footer Scripts
Some detail on what this snippet does:
- Line 2 tells your browser to wait until the document finishes loading
- Line 3 tells your browser to only execute if the viewer is not logged into the site as a developer or admin
- Line 4 finds all “a” elements and removes their links but maintains the styling of hover properties
To Remove:
- Simply delete the snippet from Footer Scripts