Skip to:
Content
Pages
Categories
Search
Top
Bottom

ACTIVITY STREAM TEXT COLOR

  • @canadianmusicnetwork

    Participant

    Hey Guys ..

    I’ve tried everything to make the ACTIVITY STREAM POST Color Text changed to white?

    Do you have any tips what I may add to styles.css to achieve this?

    I’ve looked at other sites, but the solution hasn’t been fixed yet!

    Thanks in advanced!

Viewing 16 replies - 1 through 16 (of 16 total)
  • @william_oneb

    Participant

    Hi @canadianmusicnetwork

    Try adding this to “style.css” in your active theme

    #buddypress #activity-stream p {
        color: #FFFFFF;
    }

    @canadianmusicnetwork

    Participant

    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!

    @william_oneb

    Participant

    @canadianmusicnetwork, Please remove the previous code and add this.

    #buddypress div.activity-comments div.acomment-content {
        color: #FFFFFF;
    }

    Lemme know if it works.

    @canadianmusicnetwork

    Participant

    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!

    @william_oneb

    Participant

    Please create a temporary buddypress user account for me so that I can log in and take a look.

    @canadianmusicnetwork

    Participant

    un: temp
    pw: temp2015
    canadianmusicnetwork.ca/site/

    @william_oneb

    Participant

    I Can’t login are those correct?

    @canadianmusicnetwork

    Participant

    Sorry ‘about that! Try again.

    @william_oneb

    Participant

    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”

    @canadianmusicnetwork

    Participant

    un: temp
    pw: tempuser2015

    It’s all in there ….

    @william_oneb

    Participant

    @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.

    @canadianmusicnetwork

    Participant

    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!!

    @canadianmusicnetwork

    Participant

    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!

    @william_oneb

    Participant

    @canadianmusicnetwork it’s actually working from the account you created for me!!! Let me take a screenshot!!

    @canadianmusicnetwork

    Participant

    WORKING NOW!!!

    Thanks! Read the above post 🙂

    @william_oneb

    Participant

    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

Viewing 16 replies - 1 through 16 (of 16 total)
  • The topic ‘ACTIVITY STREAM TEXT COLOR’ is closed to new replies.
Skip to toolbar