change login widget background color

This topic contains 15 replies, has 2 voices, and was last updated by  leandrorosa 9 years, 8 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #13724

    leandrorosa
    Free User
    Post count: 168

    Hi there, I’ve a little question here.

    How would it be posible to change the background of the Login Widget from white to transparent? I show in the image where it is white.

    Thanks for the answer!!

    #13726

    Simone
    Expired Member
    Post count: 3515

    Hello, in the style.css (inside your child theme) add

    form.loginform1 { background:#yourcolor; }
    #13728

    leandrorosa
    Free User
    Post count: 168

    thanks Simone!

    #yourcolor = what to put here to make it transparent? or there is no way and I have to put the same as in my theme’s background?

    #13730

    Simone
    Expired Member
    Post count: 3515

    ok so use

    
    
    form.loginform1 { background-color: transparent; }
    
    #13748

    leandrorosa
    Free User
    Post count: 168

    its the same as before with the code.

    it is when i’m logged in that the problem shows

    #13801

    leandrorosa
    Free User
    Post count: 168

    It is not yet resolved @Simone

    It did not change where I needed.

    Thanks again

    #13920

    Simone
    Expired Member
    Post count: 3515

    you can try to insert the same color as the background

    form.loginform1 { background:#samebackgroundcolor; }
    #13927

    leandrorosa
    Free User
    Post count: 168

    hey Simone, I’m sorry, but it is not working.

    I added the code (both transparent and with background color) in the style.css file under my child theme’s folder and they did not work.

    They’re different, the one where I add the color har no -color and the transparent one has this backgound-color. Is it right?

    I tried with different browsers and it didnt change the background color at the “buttons” when the user is logged in, as the first picture shows

    
    
    LOGOUT
    ADD LISTING
    MY LISTINGS
    #14462

    leandrorosa
    Free User
    Post count: 168

    ???

    #14509

    Simone
    Expired Member
    Post count: 3515

    could you please give me the url and user/psw ?

    #14583

    leandrorosa
    Free User
    Post count: 168
    This reply has been marked as private.
    #15175

    leandrorosa
    Free User
    Post count: 168

    Any news?

    #15189

    Simone
    Expired Member
    Post count: 3515

    Leandro I’m really sorry, the notification from this thread was covered and I didn’t noticed. Apologies.

    To remove the white from the login screen once logged in, add

    .widget ul li, .widget ol li { background-color: transparent !important; }
    #15205

    leandrorosa
    Free User
    Post count: 168

    It’s ok, don’t worry.

    Where do I add it when logged in?

    #15206

    Simone
    Expired Member
    Post count: 3515

    add this in style.css in your child theme

Viewing 15 posts - 1 through 15 (of 16 total)

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

Open Support Ticket