This topic has 1 reply, 2 voices, and was last updated 11 years by SQadmin.

  • Author
  • #6650
     gideon1210
    Participant

    How do you change the colour of the private message, public message and friend button

    #6659
     SQadmin
    Keymaster

    Hi, right now these buttons are not linked to the system. You can change color by editing defauls.css(around lines 1661, 1668, 1673) in ../custom_buddypress/_inc/css folder or simply add directly in admin => sweetdate/styling options/quick css box:

    COPY CODE
    
    /* For button color */
    div.generic-button a  {
        background-color: #fff;
    }
    
    /* For hover button color */
    div.generic-button a:hover,
    div.generic-button a:focus {
    background-color: #e6e6e6;
    }
    
    /* For current button color */
    div.generic-button a.friendship-button {
    background-color: #e6e6e6;
    }
    

    To apply these changes you need to set transparency to “1” from admin => sweetdate/buddypress/profile header background/items transparency.

    Regards,
    Robert

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

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?