Add Image to my Links image
-
I am wanting to put a faded image on the back of links widget, is that possible using CSS?
The blog I need help with is: (visible only to logged in users)
-
Hi there, yes we can do that. Add the following to your custom CSS and then you can change the URL between the quote marks. I just pulled a random image from your media library for demonstration purposes.
#linkcat-1356 { background: url('https://bibleshareministries.files.wordpress.com/2016/12/istock-467427233.jpg') no-repeat scroll center center / cover transparent; } -
Not knowing the nature of your image, we may have to make some adjustments to the code I gave above.
- The topic ‘Add Image to my Links image’ is closed to new replies.