• 7kontinente

    (@7kontinente)


    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 to see the link]

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

    (@emranemranx)

    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 7kontinente

    (@7kontinente)

    Hi

    Naah, that would be too easy. Unfortunately nothing changed.

    Regards
    Igor

    emranemranx

    (@emranemranx)

    Hi Igor,

    Please share a screenshot of the title which color you want to change.

    Thank you!

    Thread Starter 7kontinente

    (@7kontinente)

    Hi

    I would like to change the “Ankunft in der Hangover Bar” title for example. Here the screenshot:

    Regards
    Igor

    Hi Igor,

    You can use this code:

    .post-title a {
      color: #000000 !important;
    }

    Thanks!

    Hi Igor,

    You can use this code:

    .post-title a {
      color: #000000 !important;
    }

    Thanks!

    Thread Starter 7kontinente

    (@7kontinente)

    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 7kontinente

    (@7kontinente)

    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.