This topic has 5 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #126841
     Loyal_Customer
    Participant

    Hello,
    How can I change the background color of the profile details section under the tabs?

    (please see the section marked between red brackets in the attached screenshot)

    Attachments:
    You must be logged in to view attached files.
    #126953
     Laura
    Moderator

    Hello, you can use this css at style.css of child theme

    COPY CODE
    
    .bbp-user-page #item-body {
        background-color: black;
        padding: 10px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #126954
     Loyal_Customer
    Participant

    Thank you, Laura.
    Also, on the Members Directory page, next to the “View profile” button, there is a “+” icon for adding friends. How can I change that icon to a different icon?

    #126958
     Laura
    Moderator

    Hello, that is a font-awesome icon, this is the css code

    COPY CODE
    
    .icon-plus:before {
        content: "f067" !important;
    }
    

    To change it browse this library http://fontawesome.io/icon
    Choose an icon and use the unicode number at the css code
    Check attached
    For example, for the attached icon, the final code would be

    COPY CODE
    
    .icon-plus:before {
        content: "f2b4" !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    Attachments:
    You must be logged in to view attached files.
    #127398
     Loyal_Customer
    Participant

    Thank you.

    #127645
     Laura
    Moderator

    Glad to help!

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?