Dark filter
-
Hi,
I have Luxury theme. On computer, the theme put a darker filter on my front picture. But, on cellular, the darker filter is not there. Can I put a filter everywhere?The blog I need help with is: (visible only to logged in users)
-
Hi there,
If you have the Premium plan, you can add your own CSS styles. The following CSS code allows you to put the same black filter to mobile design.
@media handheld,only screen and (max-width: 1023px) { .custom-header-image .img-shade { display: block; background-color: rgba(0, 0, 0, .2); } }If you don’t know the feature of Custom CSS, please refer to this page: https://en.support.wordpress.com/custom-css/.
Thanks!
- The topic ‘Dark filter’ is closed to new replies.