BuddyBoss Home – Web Support Forums Themes Boss. theme Mark Complete Tab Problem

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

    #53430
    @universeoflove

    hi,

    My ‘mark complete’ tab on a topic – the font colour comes up the same as the tab (unless you hover over it) – how can I change this colour?

    See attached.

    thanks.

    Answers

    #53433

    Anonymous
    @

    Hi @universeoflove, Please add this css in your theme’s custom css file:

    
    #sfwd-mark-complete input[type="submit"], .sfwd-courses a.button {
        color: #fff !important;
    }
    

    Regards
    Pallavi

    #53440
    @universeoflove

    Hi @pallavi – it did not work…

    #53443

    Anonymous
    @

    Hi @universeoflove, Please try this one:

    #sfwd-mark-complete input[type=”submit”] {
    color: #fff !important;
    }

    Regards
    Pallavi

    #53462
    @universeoflove

    yes it worked thanks

    #53500

    Anonymous
    @

    🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Mark Complete Tab Problem’ is closed to new replies.