BuddyDev

Search

Recent Visitors For BuddyPress Profile

  • Participant
    Sebastian Tschabold on #448

    Hi,

    I want to change the color of the title “recent visitors” on the profile page to white, but I don’t get it.
    How you do that? In visitors-actions.php there the style class is class=’recent-visitors’, but which .css file I should change?

    Best regards:
    Sebastian

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #456

    Hi sebastian,
    you will need to update that in your theme’s css file.

    You can put the following in your css file

    
    div.recent-visitors h5{ color: #fff;}
    

    Which theme you are using, Most of the time the ss file is yourtheme/style.css but some of the theme may not load it. So, Please look into your theme and see if the style.css contains css styles.

    Please do let me know if that works for you or not?

    Thank you
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved