UWP Login

This topic contains 3 replies, has 2 voices, and was last updated by  Jeff Adams 5 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #2371

    Jeff Adams
    Lifetime Member
    Post count: 1780

    Hello, I’m using the UWP login widget and I noticed the font is such a light grey I can hardly see it. I suppose this may be some simple CSS tweak. I’m so innundated with creating this elaborate sight and content and being in the middle of having a new plugin developed and no sleep, could someone please help me make the font for this login widget black? It seems like the GD login widget font was black so I’m not sure what happened here, I guess the UWP login widget adopted the font color from some other CSS?

    #2372

    Jeff Adams
    Lifetime Member
    Post count: 1780
    This reply has been marked as private.
    #2374

    Alex Rollin
    Moderator
    Post count: 27815

    That is the stock color.

    Yes, it can be customized with additional CSS.

    This can help you get started:

    
    
    
    .uwp_page .uwp-content-wrap * {
        color: black !important;
    }
    
    #2377

    Jeff Adams
    Lifetime Member
    Post count: 1780

    Yikes, that’s a horrible stock color, lol. Thanks so much Alex, your CSS was perfect as is.

    For the record, anyone else out there curious about this, this does not go in GD script but instead the customizer. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket