BuddyBoss Home – Web Support Forums Themes Boss. theme How can I change the color of font in profile header?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #46097
    @costyclan

    Email – change color of dropdown optionsin members profile area (follow – email etc) – header area

    The menus ‘public message’ and ‘private message’ in a members profile header can not be seen against the white backdrop. The font color appears to be a light cream color against white backdrop. how can this be changed?

    Answers

    #46140

    Anonymous
    @

    Hi @costyclan,
    please paste screenshot, on the basis of your colour combination I will suggest you corresponding css.
    Regards

    #46193
    @costyclan

    Hi @vapvarun
    Screenshot attached. Issue is where mouse is hovering. Font is to pale over background and text can’t be read clearly.

    #46269

    Anonymous
    @

    Hi @costyclan, please try to add following to your custom.css file inside child theme

    
    .is-desktop #item-buttons .pop .inner a:hover {
        color: #fff;
        background-color: #30445c;
    }
    
    .is-desktop #item-buttons .pop .inner a {
        color: #30445c;
    }
    

    Regards
    Varun Dubey

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘How can I change the color of font in profile header?’ is closed to new replies.