Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WP Darko

    (@spwebguy)

    Hi,

    Your theme’s styles might be overwriting our plugin’s.

    Use the following custom CSS to fix it:

    
    .tmm .tmm_names {
        color: black !important;
    }
    

    If you have trouble implementing this let me know.

    • This reply was modified 5 years, 9 months ago by WP Darko.

    Where’s the best place in the theme files to insert this code?

    Plugin Author WP Darko

    (@spwebguy)

    None, it shouldn’t be added to the theme files.

    This CSS snippet is to be added in any custom CSS area provided by either the Customizer (under Appearance), your theme or a plugin like JetPack. You could also add it at the end of your theme’s style.css file but we do not recommend it.

    Let me know if you have any trouble implementing this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Name of team member not displaying’ is closed to new replies.