Change LoginBox Color

This topic contains 6 replies, has 3 voices, and was last updated by  Paolo 8 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #56901

    Joel
    Expired Member
    Post count: 9

    Hey team, how do I change the loginbox color? #eaedf2 is ugly with the rest of the colors of my site. I’m racking my brain trying to figure this out. I’m sure it’s an easy fix for a developer, but I’m not one.

    Thanks!

    #56919

    Guust
    Moderator
    Post count: 29970

    Have a look at
    https://wpgeodirectory.com/docs/customizing-your-style/
    That should get you started.

    Without seeing your site, I guess you are looking for something like this:

    input[type="text"], input[type="password"] {background: #whatever}
    #56960

    Joel
    Expired Member
    Post count: 9
    This reply has been marked as private.
    #56967

    Guust
    Moderator
    Post count: 29970

    You should be using the GDF child theme, any changes you make to your CSS in the GDF will be lost next time you update the theme.

    Try

    input[type="text"]:focus, input[type="text"] {background-color: #whatever}

    etc

    #56999

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    Is this resolved? Let usk now if it isn’t.

    Thanks

    #57002

    Joel
    Expired Member
    Post count: 9
    This reply has been marked as private.
    #57010

    Paolo
    Site Admin
    Post count: 31206

    Thanks for letting us know. 🙂

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

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

Open Support Ticket