BuddyBoss Home – Web Support Forums Solutions Social Learner Course list text change

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

    #63495
    @english24

    Accessing my course list this morning, the text has changed to very small.
    This makes it difficult to read. It’s the same on quiz menus. Also, an ugly grey box appears when you mouse over link…
    Why has this happened – update of learndash? Please see attached. The boxes are now square (I don’t care about that… but, I don’t understand why… What happened to previous look?? Which is better…)

    Answers

    #63499
    @english24

    On the quiz completed section there are also TWO green ticks ! Not good.

    #63671
    @vapvarun

    Hi @english24
    Sorry for inconvenience
    Please try to add following codes inside child theme functions.php

    
    function sl_child_dequeue_styles() {
       wp_deregister_style( 'sfwd_template_css' );	
    }
    
    add_action( 'wp_enqueue_scripts', 'sl_child_dequeue_styles', 9999 );
    

    Let me know if above code fixes your issue.

    Regards
    Varun Dubey

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘Course list text change’ is closed to new replies.