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

    Hallo, ich habe mit folgendem Code , im Layout theme unter allgemeines Styling, den Zeilenabstand für alle Body Texte vergrößert
    p {
    line-height: 1.7;
    }

    Eigentlich dachte ich diese Einstellung gilt auch für die Überschriften.
    Leider haben sich die Zeilenabstände der Überschriften nicht verändert. Wie kann ich den Zeilenabstand der Überschriften vergrößern?

    #1463413

    Hey nadinew13,

    Thank you for the inquiry.

    You can further adjust the styles of the heading tags in the Enfold > Advanced Styling panel. Let us know if you need further help.

    Best regards,
    Ismael

    #1463432

    Vielen Dank, hier habe ich leider nicht die Möglichkeit gefunden den zeilenabstaeinzustellen und auch keine Möglichkeit den css Code einzugeben.
    Können sie mir genauer beschreiben, wo ich dies einstellen kann?

    Vielen Dank

    #1463453

    Hi,

    You will need to edit each heading tag separately, and you can set the line height in the Line Height value.

    Best regards,
    Rikard

    #1463491

    Hallo und vielen Dank ich habe es gefunden

    #1463497

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1463534

    Hallo, ich habe eine neue Frage kann aber keinen neuen Theard starten daher hier.
    Ich möchte mein Untermenü transparent gestalten mit folgendem Code hat es unter dem Quick css im General tab nicht funktioniert
    #top .av-main-nav ul a { background: transparent !important; }

    Liebe Grüße

    #1463587

    Hi,

    Please open a new thread here: https://kriesi.at/support/forum/enfold/#new-post

    To make the submenu transparent, add this css code:

    .header_color .main_menu ul ul, .header_color .main_menu ul ul li, .header_color .main_menu ul ul li a {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    Best regards,
    Ismael

    #1463615

    Vielen Dank kat super geklappt

    #1463639

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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