This topic has 3 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #113000
     blux89
    Participant

    i am having trouble changing the color of these two thing, i tried multiple things i found on here but didn’t work  may someone help me please

    first i need help changing the message and friend request colors and

    second i need help changing the create a account color.

    Attachments:
    You must be logged in to view attached files.
    #113289
     Radu
    Moderator

    Hi,

    The css for the messages and for the friend request counters

    COPY CODE
    .kleo-friends-req {
        background: green;
    }
    
    .kleo-message-count {
        background: orange;
    }
    
    button#signup {
        background: red !important;
    }

    Replace green,orange and red with your desired colors.

    The css can be added to wp-admin -> theme options -> styling options -> quick css

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #152617
     mpiroh
    Participant

    Hi,

    Thanks, this helped, but there is still a pink line around the button. Please have a look at the attached picture. Is there a way how to remove the line?

    Thanks,

    Martin

    Attachments:
    You must be logged in to view attached files.
    #152744
     Radu
    Moderator

    Use and the border propriety

    button#signup {
    background-color: red;
    border: 1px solid red;
    }

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?