BuddyBoss Home – Web Support Forums Themes OneSocial theme Help Tip appears as black box

Tagged: ,

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

    #61895
    @conscious-crafties

    Hi there,

    Is it possible to change the background colour of the Tool Tip Help Box from black to something lighter,so the help text is readable?

    (see screenshot)

    Many thanks,

    Karen

    Answers

    #61917

    Anonymous
    @

    Hi @conscious-crafties
    By default white text are used on Black background
    http://screencast-o-matic.com/screenshots/u/f0ik/1457376099167-89650.png

    you can use following css to fix it

    
    .wcv-form p.tip {
        color: #fff!important;
    }
    

    Regards
    Varun Dubey

    #61927
    @conscious-crafties

    oh sorry I don’t know why mine appears like that, but thank you very much for the CSS code as it looks perfect now 🙂

    #61937

    Anonymous
    @

    Great, I will close this thread
    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Help Tip appears as black box’ is closed to new replies.