• Resolved londonimp

    (@londonimp)


    Hello everyone, need some help on an long standing and well documented issue since the update to 2.

    My profiles pages are showing a historic colour in the header which is hiding the Username and meta, until hovered and then it’s barely visible.

    Is there any way to change one or both of the background and text colours for the header?

    I contacted support a while ago and they very kindly sent me the link to change from the UM Blue (which was helpful but not the issue raised).

    I’m not brilliant with css/php etc so any simple or really well explained help gratefully received!

    Cheers Dom

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Towhid

    (@cryptex_vinci)

    Hi @londonimp

    Insert this CSS in Appearance > Customize > Additional CSS to set the Username color white and the background color to dark grey.

    .um-profile.um .um-name a {
        color: #fff !important;
    }
    
    .um-profile.um .um-header {
        background-color: #444444 !important;
    }
    

    Thanks

    Thread Starter londonimp

    (@londonimp)

    Asif

    You’re a superstar, thank you very much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Profile Colours’ is closed to new replies.