Plugin Support
Youzify
(@kainelabsteam)
Hello @mandifaux
Thank you for reaching us
Actually, the Groups cover has Opacity option. Please go to Youzify Panel >> General Settings >> Groups Settings. And you will see “Cover Overlay Settings” there.
Best Regards, KaineLabs Team.
Thread Starter
Mandi
(@mandifaux)
Hi again. Sorry, I seen that part and it does change for the groups header. I meant specifically the members directory and groups directory header when image is inserted. It appears full brightness without opacity nor the dotted option. The part I have to add that in is the class:
.youzify-search-header .youzify-search-landing-image
(located at youzify/includes/public/assets/css/youzify-directories.min.css)
I added it as additional css. Checking I didn’t see a variable in the class as with others where that opacity and dotted options makes the change.
Checking in Youzify Admin>General Settings>Members Directory Settings and Groups Directory Settings there is no options for opacity or dotted image.
-
This reply was modified 2 years, 8 months ago by
Mandi.
Plugin Support
Youzify
(@kainelabsteam)
Hello @mandifaux
You may try this CSS
.youzify-search-landing-image {
opacity: 0.3;
}
Best Regards, KaineLabs Team.