• Resolved devmuhakeem

    (@devmuhakeem)


    If you check the image below https://snipboard.io/Wq3LxQ.jpg, I circled some part in red color, how can I make sure that are bold are more visible to visitors , the color should be black.

    And if you check this image down here https://snipboard.io/W2LE64.jpg I also circled some part in red color, how can I make them more bolder and visible to visitors.

    I’ve tried all possible best using the Customizer and I was able to change the body color to black using the global customer CSS on the Youzify setting, but I can’t find how to do it.

    Abd sometimes the login page won’t show, why?

    please kindly help me on this, very urgent.

    The page I need help with: https://gabata.com.ng

    • This topic was modified 1 year, 5 months ago by devmuhakeem.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Youzify

    (@kainelabsteam)

    Hello @devmuhakeem

    Sorry for late reply

    .youzify-mobile-nav i, .youzify-mobile-nav a {
    color: #000 !important;
    }
    .activity-head i, .activity-head a, .activity-head span {
    color: #000 !important;
    }

    Best Regards, KaineLabs Team.

    Thread Starter devmuhakeem

    (@devmuhakeem)

    Than you for your support. If you check this image https://snipboard.io/bytuZS.jpg you’ll see that the Link preview and the Subscriber’s name is not bold enough, how can I make it bold.

    If you check this image https://snipboard.io/CHDJyA.jpg also, you’ll notice that the group name is not bold in the group directory and I want the group name to be bold.

    The name in the member directory is not bold also, how can I make them bold https://snipboard.io/kFyHqB.jpg

    And how can I remove RSS feed from the members Profile.

    I also created an ads but I can’t find where to remove or update the ads, it’s just there permanently now and I want to remove it.

    THANK YOU

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @devmuhakeem

    1. Change those color will required a lot of custom CSS. You can inspect the element of each components with your browser to find cleass or ID. And then use color:#000000; . Kindly check this article

      https://www.inmotionhosting.com/support/website/google-tools/how-to-edit-css-using-google-chrome-developer-tools/

    Or if you consider purchasing a PRO version, you can have an access to our Premium Support forum. And our agents will change them for you for free.

    2. If you mean RSS Feed icon on Group Page, you can use this CSS

    .feed {
    display: none !important;
    }

    Best Regards, KaineLabs Team.

    Thread Starter devmuhakeem

    (@devmuhakeem)

    Please how about the read more button, I’ve customised the read more button but it’s not working.

    I want background to be very bold

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @devmuhakeem

    You can use this CSS

    .activity-read-more a {
    color: #000 !important;
    }

    Best Regards, KaineLabs Team.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to customize Youzify Plugin Activity Page’ is closed to new replies.