• Resolved Mandi

    (@mandifaux)


    I know requests are for paid versions, but just wondering about a small change for overall uniformity.

    The groups and member directory header image do not have the image opacity option, so they appear inconsistent with the other header images such as profile cover, groups cover. I got it changed with an easy css fix but it would be cool to have that built in. Just a thought.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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 1 year, 6 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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Feature – option request’ is closed to new replies.