• Resolved danimeme

    (@danimeme)


    Hi there,

    Looking to purchase the pro package but wanted to see if I could change the colours of the text separately before I buy? As you can see its white on white at the moment.

    Thanks

    Dani

    The page I need help with: [log in to see the link]

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

    (@spwebguy)

    Hi there,

    No need to buy PRO to be able to change the color. What happens on your site is that your theme is overwriting the plugin’s styles and is causing the team desc text to be white (on white background). Same goes for the biography.

    Here’s a CSS snippet that fixes it:

    .tmm .tmm_names, .tmm .tmm_desc { color: #333333 !important;}

    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. Alternatively 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.

    • This reply was modified 7 years, 2 months ago by WP Darko.
Viewing 1 replies (of 1 total)
  • The topic ‘Title colour’ is closed to new replies.