Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • in reply to: Change the font color in member profile cover page #154048
     Gomero
    Participant

    Laura, I’ve managed to play with the code and fix what I need. Not so pretty with plain black text but it works fine! Thanks again.

    COPY CODE
    
    #item-header 
    
    h4.user-nicename {
        color: black;
    }
    
    div#item-meta a {
        color: black !important;
    }
    
    span.activity {
        color: black;
    }
    
    in reply to: Change the font color in member profile cover page #153986
     Gomero
    Participant

    Hi Laura, thanks. Your code below partially solved the issue.

    COPY CODE
    #item-header div#item-meta a {
        color: black !important;
    }

    I can now see “add as friend” and public/private message text, but user last active time still in white text. is there another CSS code I can use for that?

    Attachments:
    You must be logged in to view attached files.
Viewing 2 posts - 1 through 2 (of 2 total)

Log in with your credentials

Forgot your details?