Remove Letter from Hover
- The topic ‘Remove Letter from Hover’ is closed to new replies.
Need help? Check out our Support site, then
Hi, love your theme and I have just installed it to my page. However, I would like to remove the big gray letter that is sorced from the page title when you hover over the pictures. Is there a way to do this? Thanks in advance!
The blog I need help with is https://sophssketchpad.com/
The blog I need help with is: (visible only to logged in users)
Hey!
You can simply remove that letter using the CSS:
b.hover__letter {
display: none !important;
}
Learn more about adding custom CSS here.
Please give it a try and let me know how it goes.
Alin
Pixelgrade
It works! Thank you so much!