remove header image link
-
Please how do i customize my CSS to remove my header image link at worthcoc.com (as was done in an older forum: https://en.forums.wordpress.com/topic/remove-link-from-header-image?replies=10) —I believe the coding was specific to that person’s site; I tried to modify it for my own without success. Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there, if you do not want the header image to link to anything, add the following custom CSS.
.header-image a { pointer-events: none; } -
-
- The topic ‘remove header image link’ is closed to new replies.