Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1306156

    Liebes Enfold Team,

    ich möchte die Überschriften Verlinkungen (es handelt sich jeweils um H3-Überschriften) in grüner Farbe hinterlegen. Die Verlinkungen sollen sich vom Standard-Text (ist in schwarz) abheben und in grüner Farbe sein. Zudem soll man beim drüberwischen “Hovereffekt” mit der Maus noch beim Link eine grüne Unterstreichung haben. Könnt ihr mir da weiterhelfen?

    Aktuell sind die Links einfach nur in schwarz, kein Hovereffekt mit grüner Unterstreichung.

    Links sind gesetzt bei den H3-Überschriften: Laufende SEO-Betreuung, usw. Meine Seite ist unten mit eingefügt, damit ihr nachschauen könnt.

    #1306332

    Hey Tobias777G,

    You can set most of what you are looking for under Enfold->Advanced styling. You would need custom CSS for the hover state though, please try this in Quick CSS:

    h3 a:hover {
      text-decoration: underline;
    }

    Best regards,
    Rikard

    #1306425

    CSS Code doesn’t work and in advanced styling i did not find anything to change the color of the link from black (#000000) to green (#719430). Where can i find it?

    #1306638

    Hi,

    Please try this CSS as well:

    h3 a {
      color: #719430 !important;
    }

    If you can’t get it working, then please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1306701

    It works now. Thank you very much for that great support here and the quick time you response.

    #1306897

    Hi,

    Great, I’m glad that you got it working, and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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