Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #609495

    Hallo,
    wenn ich bei “Kunden-Empfehlung ein Bild einfüge wird es sehr klein und rund dargestellt.
    Wie kann es in Größe und Form (eckig) angepaßt werden ?

    Danke

    #610016

    Hi Nurmalso,

    Could you provide us with a link to the site in question so that we can take a closer look please? I’ve tagged a german speaking moderator for the topic so you can keep communicating in german if you like.

    Regards,
    Rikard

    #610164

    Hallo,
    anbei der Link zu meiner Seite

    Wie kann ich die “Bildform” ändern z.B. von RUND auf ECKIG inkl. der Größe ?
    Wo / wie kann ich die generellen Einstellungen für die Schriftgröße etc. für “Kunden Empfehlung” ändern ?

    Vielen Dank !

    #610629

    Hi Rikard,
    where´s the german speaking moderator ? :-)

    #611085

    Hey!

    hiermit kannst du es eckig machen:

    .avia-testimonial-image {
    border-radius: 0px;
    }
    .avia-testimonial-image img {
    border-radius: 0px;
    }
    

    Die Größe kannst du hiermit verändern:

    #top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image {
    width: 100px;
    height: 138px;
    }
    

    Gruß,
    Andy

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