Hi @canadianmusicnetwork
Try adding this to “style.css” in your active theme
#buddypress #activity-stream p {
color: #FFFFFF;
}
William,
Thanks for your answer, but unfortunately it didn’t work. Here’s the exact details of what I need done!
IMAGE
Thanks again. I’ll researching this issue until I can figure it out ..:)
PS! The Canadian Music Industry Loves BuddyPress!
@canadianmusicnetwork, Please remove the previous code and add this.
#buddypress div.activity-comments div.acomment-content {
color: #FFFFFF;
}
Lemme know if it works.
Darn! Nope.
Not sure what’s going on? I’ve been editing my Styles.Css & over-looking my work on numerous occasions! I’ve been using WP for years, but never had this issue before.
Thanks anyways!
Please create a temporary buddypress user account for me so that I can log in and take a look.
un: temp
pw: temp2015
canadianmusicnetwork.ca/site/
I Can’t login are those correct?
Sorry ‘about that! Try again.
Hi @canadianmusicnetwork
Still can’t login but it’s OK. The below code was supposed to work if you cleared your browser cache and restarted it. If that wouldn’t work still you could have tried testing the site on another computer which you had not used to visit the site. If you had a browser that you hadn’t used to visit the site that could work too to help you see the changes made by this code.
#buddypress div.activity-comments div.acomment-content {
color: #FFFFFF;
}
Also, make sure you’re placing that code in the right place “style.css”
un: temp
pw: tempuser2015
It’s all in there ….
@canadianmusicnetwork I don’t think you’re placing the code in the right place ( in a file called style.css). I tested the code on my buddypress site and changed the color to WHITE and it’s actually working.
Here’s the code again:
#buddypress #activity-stream p {
margin: 5px 0px;
color: #FFFFFF;
}
I logged in successfully.
I really appreciate your help, but I’m not quite sure what I’m doing wrong. I can add other custom css to styles.css & it shows, but this one isn’t! I really appreciate the time you have taken to help me!
Thanks anyways!!
GOT IT!
Added it directly to the styles.css with NOTEPAD++ …Through the WP Interface it wasn’t saving correctly . Thank you so much! I feel like I owe you something!
If I was to style the buttons underneath the post, could you suggest a reference? I want to make them smaller, more stylish ?
Thanks!
@canadianmusicnetwork it’s actually working from the account you created for me!!! Let me take a screenshot!!
WORKING NOW!!!
Thanks! Read the above post 🙂
No need for screenshot if it’s working. You can change the design of everything on your site by first inspecting element so that you can get the exact IDs and classes. Here’s a video to get you started https://www.youtube.com/watch?v=F7fUtZh6APw (Might not be the best video though LOL)
Once you get the exact id or class, you can override their designs. Basic familiarity with CSS could be of great help.
Please google for more info about inspecting element