Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #681784

    Hallo,

    ich versuche in der Vorlage Travel die Schriftart auf der Homeseite (To Travel is to Live) zu ändern.
    Geht das nur über die CSS und welche Zeile ist dafür zuständig?

    Gruss
    David

    #681793

    die originale Stelle auf der Demoseite ist:

    #top #wrap_all .slideshow_caption h2.avia-caption-title, #top #wrap_all .av-slideshow-caption h2.avia-caption-title {
        font-family: "Finger Paint","Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    wenn du nur auf der Startseite (home) das ändern willst reicht :

    #top.home #wrap_all .slideshow_caption h2.avia-caption-title {
        font-family: helvetica !important;
    }

    oder du gibst der Slideshow eine Custom Class ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ )

    und gibst dann die entsprechende Anweisung:

    .custom_class .avia-caption-title {
        font-family: helvetica !important;
    }
    #682205

    @Guenni007
    Vielen Dank! wie immer sehr hilfsbereit und sehr ausführlich!


    @dsisoftworks

    Sag uns bescheid, ob du dazu noch Fragen hast. Ansonsten gerne ein neues Ticket.

    Gruß,
    Andy

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