sidebar background
-
Hi!
My website: https://lesensdelamarche.fr/
My theme: Aperitive.Right now the sidebar is clear when we mouse over it and there is a white filter when we don’t mouse over it.
I would like to change this.
Is it possible to replace the white filter by a fixed and repeated image (https://lesensdelamarchefr.files.wordpress.com/2019/02/hachures.jpg)? Any idea?
Thanks,
I.The blog I need help with is: (visible only to logged in users)
-
Hi there,
Right now the sidebar is clear when we mouse over it and there is a white filter when we don’t mouse over it.
Sure thing, here’s some CSS for that:
.widget-area .widget { opacity: 1; }Is it possible to replace the white filter by a fixed and repeated image (https://lesensdelamarchefr.files.wordpress.com/2019/02/hachures.jpg)? Any idea?
I’m not sure if I understand what you’re referring to. Does the above code help solve the issue? Let us know if not and we’ll try to help! :)
-
Hi!
Thanks, it’s better like this.
Do you think it’s possible to put an image background in the sidebar?
Thanks,
I. -
Hi!
I found a way thanks to someone else on the forum..widget-area{ background: url("https://lesensdelamarchefr.files.wordpress.com/2019/02/hachures.jpg"); }I.
-
- The topic ‘sidebar background’ is closed to new replies.