Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1400946

    Hello!
    See:

    The links: LinkedIn + XING should not be underlined.
    How can I change the typography of links in text?
    I would like to set them in medium font weight without underline.

    Best regards
    josephine

    • This topic was modified 1 year, 8 months ago by josk-design.
    #1400948

    you can manage that via the attribute selector
    f.e.:

    #top a[href*="linkedin"] {
      color: red;
      font-style: italic;
      font-weight: bold;
      text-decoration: none;
    }
    #1400951

    PS : lass dir mal von einem Mod helfen – mittles z.B. better search and replace – deine Datenbank nur noch https zu laden.
    Du hast ne menge gemischte Inhalte , was dazu führt, dass du oben nicht mehr als sichere Webseite eingestuft wirst.

    hauptsächlich betrifft das deine Schriftarten, die du selbst hostest.

    #1400953
    This reply has been marked as private.
    #1400954
    This reply has been marked as private.
    #1400958

    ah, hab es auch für XING hinbekommen, ich hatte es in Versalien geschrieben. In Kleinbuchstaben geht’s. :)

    #1400961
    This reply has been marked as private.
    #1400968

    Hi,
    Try this css to change them on hover:

    #top a[href*="linkedin"]:hover {
        color: #e84f24;
    }
    #top a[href*="xing"]:hover {
        color: #e84f24;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1400969

    great! that worked, thanks a lot! :)

    #1400971

    Hi,
    It’s really thanks to Guenni007 :)
    Shall we close this thread then?

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.