Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #755606

    Wie versuchen, einzelne Wörter im Textblock in einer anderen Farbe darszustellen. Im Backend wird die geänderte Farbe angezeigt, aber nicht im Frontend. Dasselbe gilt für den Unterstrich bei Links. Wir haben beim allgemeinen Styling Splash Blue eingestellt.

    #755617

    Hey merkpunkt,
    Hallo,
    Bitte versuchen Sie diesen Code im Feld “General Styling> Quick CSS”, um die Farbe der Unterstreichung im Menü aufzurufen:

    span.avia-menu-fx {
    background: #24195d !important;
    }

    Wie für den Textblock, meinst du diesen Bereich im Bild?
    postimage
    Danke, und bitte vergib mein Deutsch,
    Mike

    #758016

    Thanks for answer. But there is no different according to put this Code in.
    First we need another color for the text. In the backendend the text is blue and grey, but in the frontend it is blue and standard-black. Why? Look here: http://www.astrologie-in-muenchen.de/termine/
    Second we want all times visible underlines for the links, should not depend on mouse over. There are no underlines under all links.
    Thanks and forgive my english ;)

    #760615

    Hi,

    um Links immer unterstrichen zu haben, nutze diesen Code im Quick CSS Feld:

    a {
    text-decoration: underline;
    }

    Wir können dein Backen und damit das Problem mit den Farben nicht sehen. Bitte Login Daten hier im Private Content Feld.

    Gruß,
    Andy

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