Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #81160
    Ralf
    Member

    Hello,

    i changed the Link Color within the section “custom Colors”.
    But unfortunately only the underline changed the Color (Brown). The Linktext itself is still blue… which is not the Color i have slected. Please see the example below:
    http://mke-test.de/freizeit/
    The word “Nonnenhorn” ist still in blue! Only the underline Shows correct Color (Brown). How can i cahnge that? Which css-file contains the Settings?

    Thanks!

    #81190
    Mahesh
    Keymaster

    Hi @Ralf,

    Just checked your site, you’re having the issue because of the inline CSS in <span> tag inside the post. Following line is overriding the link color.

    <span style="color: #0066cc;">Nonnenhorn</span>

    Change it to make it look like following:

    <span>Nonnenhorn</span>

    Let me know if this fixes your issue.

    Regards,
    Mahesh

    #81208
    Ralf
    Member

    Great! It Works!
    Thanks a lot!

    Best regards

    Ralf

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Link Color’ is closed to new replies.