BuddyDev

Search

[Resolved] Change color of Activity Time Hyperlinks

  • Participant
    Level: Enlightened
    Posts: 146
    Dandy Jefferson on #8591

    Hi, there

    Thanks for previous helps and I’m very appreciated about that.

    Current I met an issue that when I try to change the color of Activity Time Hyperlinks, I can only locate the selector of that particular activity. But it won’t affect on other activities.

    I’m wondering is there any way to change the color of all Activity Time Hyperlinks?

    Thank you very much.

  • Keymaster
    (BuddyDev Team)
    Posts: 24210
    Brajesh Singh on #8592

    Hi dandy,
    Thank you for posting.

    Please put teh following code in your css file

    
    #activity-stream li .activity-content  a.activity-time-since {
    	color: red !important; /** change with your own color*/
    }
    
    

    change the color with your preferred color and it will work.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 146
    Dandy Jefferson on #8623
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24210
    Brajesh Singh on #8625

    Hi Dandy,
    it might be some css caching. it is working fine for me on your site. I can see that you have added the code at the bottom o the style.css and it is doing its job there.

    Please try clearing browser cache and check again.

  • Participant
    Level: Enlightened
    Posts: 146
    Dandy Jefferson on #8643

    Hi, Brajesh

    Thanks for checking it again for me. Yes, I cleared my cache and it worked like charm.

    Thank you very much and hope you have a good day! I will mark this topic as resolved as well.

  • Keymaster
    (BuddyDev Team)
    Posts: 24210
    Brajesh Singh on #8655

    Hi Dandy,
    Thank you. Not a problem. I am glad it is resolved.
    Have a great day to you too 🙂

The topic ‘ [Resolved] Change color of Activity Time Hyperlinks’ is closed to new replies.

This topic is: resolved