Tagged: 

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

    Servus Andy,

    in meiner aktuellen Page haben wir die H3 für die Typo-Darstellung für die Portfolio-Übersicht verkleinert, so dass die Headlines in einer Zeile passen. Im Element für Teams kommt jetzt die Headline zu klein. Können wir, vielleicht mit mit zusätzlichen Code, die Typo-größe einzeln anpassen?

    Schöne Grüße nach Austria
    Andreas

    #796560

    Hallo,

    Can you please post a screenshot of the changes you would like to make and a link to your page so we can provide you accurate custom CSS code? :)
    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Best regards,
    Yigit

    #796569

    die NAMEN größer

    aber im Portfolio die kleinere Typo lassen

    #796604

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    h3.team-member-name {
        font-size: 18px;
    }
    

    Best regards,
    Yigit

    #796622

    funktioniert leider nicht

    #796750

    Hallo,

    Please use following

    h3.team-member-name {
        font-size: 20px!important;
    }

    :)

    Best regards,
    Yigit

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