How to use different colors on header widget right

Home Forums All Other Themes How to use different colors on header widget right

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #119555
    anud06anud06
    Participant
    • Topics: 5
    • Replies: 9
    • Total: 14
    Member since: October 1, 2017

    Hi,

    I’m trying to change one of the box color (donate and becoming a volunteer) in header widget right. If I change the background color from .signin_wrap span.donateuser, it will affect the both boxes. Kindly let me know how can I change the color of only one box.

    http://test.slwebhosting.com/test/

    #119582
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .donateuser:nth-child(1) {
        background: #000;
    }

    Regards,
    Dave

    #119603
    anud06anud06
    Participant
    • Topics: 5
    • Replies: 9
    • Total: 14
    Member since: October 1, 2017

    Hi Dave,

    Thanks a lot for your support. That worked for the first box. kindly let me know how can I change the color of the second box.

    #119616
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    .donateuser {
        background: #f00;
    }

    Regards,
    Dave

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.