-
Author
-
June 25, 2016 at 21:06 #126841Loyal_CustomerParticipant
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.June 27, 2016 at 03:41 #126953LauraModeratorHello, 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 solutionLaura 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 🙂
June 27, 2016 at 03:54 #126954Loyal_CustomerParticipantThank 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?June 27, 2016 at 04:27 #126958LauraModeratorHello, 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 beCOPY 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 solutionLaura 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.June 30, 2016 at 23:15 #127645LauraModeratorGlad to help!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.