Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1124202

    Liebe Community,
    wenn ich das Zeichen „&“ benutze, zeigt WP ein sehr ungewöhnliches „&“ (Treiber & Tools). Kann vielleicht jemand mir erklären was der Grund ist?
    Herzliche Grüße
    danielfangli

    #1124309

    Hey danielfangli,

    Please try the following in Quick CSS under Enfold->General Styling:

    span.special_amp {
        color:inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
    }

    Best regards,
    Rikard

    #1124430

    Hi Rikard,
    es hat funktioniert, vielen Dank. Aber warum ist die Farbe von “&” blau? Es steht doch “color: inherit;”. Ich hätte gern die Standardfarbe gezeigt werden.

    Ist Enfold generell so eingestellt? Ich meine, dass das Zeichen “&” eine Sonderdarstellung hat.

    Herzliche Grüße
    danielfangli

    #1124460

    Hallo,

    Thanks for the update, the design of the & sign is a default styling feature of the theme. Did the CSS I sent work out for you?

    LG,
    Rikard

    #1124579

    Yes Rikard, many thanks. But the color of the “&” sign is blue, I need the color like the other characters. How could I change this?

    Kind regards
    danielfangli

    #1125026

    Hi,

    Danke fur das update.

    Du konnen den folgenden CSS code verwenden um das Farbe des Symbol zu blau ändern.

    .main_color .special_amp {
        color: gray;
    }

    Lassen Sie uns wissen, ob es hilft.

    Best regards,
    Ismael

    #1125063

    Hi Ismael,
    ich habe die Zeilen modifiziert und es passt, vielen Dank für den Hinweis.

    .main_color .special_amp {
    color: inherit;
    }

    LG
    danielfangli

    #1125249

    Hi danielfangli,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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