Title: Plugin changes title color
Last modified: April 23, 2018

---

# Plugin changes title color

 *  [Igorowytsch](https://wordpress.org/support/users/7kontinente/)
 * (@7kontinente)
 * [8 years ago](https://wordpress.org/support/topic/plugin-changes-title-color/)
 * Hi there
 * Since a few yesterday I installed the plugin “Easy Table of Contents”. I know,
   you may not like give me support on these, but I also think that it’s a little
   small code which would help me a lot. Hope you want help me anyway. The issue
   is, that with this Plugin the H1 titles are in grey instead of black. I wrote
   the developer of this plugin already and he answered me:
 * _ezTOC adds a span tag to the header. This span tag is what provides the link“
   target” for the TOC. I suspect the way the theme designers targeted the header
   with CSS for the color that the added span tag make the selectort invalid. I 
   would not classify this as a bug but is a conflict. If you know some basic CSS
   you could change the header to any color you wish, if not, you might have to 
   decide which is more important, grey’ish headers or a TOC. Not sure this helps,
   but I hope it does._
 * Hope you could help me with the code.
 * Big thanks in advance
 * Igor
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fplugin-changes-title-color%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [8 years ago](https://wordpress.org/support/topic/plugin-changes-title-color/#post-10211722)
 * Hi Igor,
 * You can try adding the following code to your Admin Panel > Appearance > Customize
   > Advanced Options > Additional CSS field:
 *     ```
       h1.title {
         color: #000000 !important;
       }
       ```
   
 * Thanks!
 *  Thread Starter [Igorowytsch](https://wordpress.org/support/users/7kontinente/)
 * (@7kontinente)
 * [8 years ago](https://wordpress.org/support/topic/plugin-changes-title-color/#post-10211990)
 * Hi
 * Naah, that would be too easy. Unfortunately nothing changed.
 * Regards
    Igor
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [8 years ago](https://wordpress.org/support/topic/plugin-changes-title-color/#post-10215695)
 * Hi Igor,
 * Please share a screenshot of the title which color you want to change.
 * Thank you!
 *  Thread Starter [Igorowytsch](https://wordpress.org/support/users/7kontinente/)
 * (@7kontinente)
 * [8 years ago](https://wordpress.org/support/topic/plugin-changes-title-color/#post-10215866)
 * Hi
 * I would like to change the “Ankunft in der Hangover Bar” title for example. Here
   the screenshot:
 * ![](https://i0.wp.com/7kontinente.com/wp-content/uploads/2018/04/screenshoth1.
   jpg)
 * Regards
    Igor
    -  This reply was modified 8 years ago by [Igorowytsch](https://wordpress.org/support/users/7kontinente/).
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [8 years ago](https://wordpress.org/support/topic/plugin-changes-title-color/#post-10237564)
 * Hi Igor,
 * You can use this code:
 *     ```
       .post-title a {
         color: #000000 !important;
       }
       ```
   
 * Thanks!
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [8 years ago](https://wordpress.org/support/topic/plugin-changes-title-color/#post-10237563)
 * Hi Igor,
 * You can use this code:
 *     ```
       .post-title a {
         color: #000000 !important;
       }
       ```
   
 * Thanks!
 *  Thread Starter [Igorowytsch](https://wordpress.org/support/users/7kontinente/)
 * (@7kontinente)
 * [8 years ago](https://wordpress.org/support/topic/plugin-changes-title-color/#post-10237728)
 * Hej
 * Unfortunately that won’t work cause this code is somewhere else “disturbed” cause
   of this plugin I mentioned in first post.
 * Regards
    Igor
 *  Thread Starter [Igorowytsch](https://wordpress.org/support/users/7kontinente/)
 * (@7kontinente)
 * [8 years ago](https://wordpress.org/support/topic/plugin-changes-title-color/#post-10269956)
 * Hallo there
 * No issue solution here?
 * Regards
    Igor

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Plugin changes title color’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [font](https://wordpress.org/support/topic-tag/font/)

 * 7 replies
 * 2 participants
 * Last reply from: [Igorowytsch](https://wordpress.org/support/users/7kontinente/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/plugin-changes-title-color/#post-10269956)
 * Status: not resolved