Hallo,
ich verwende für meine Blog Seiten den ALB. Nachdem der die “das könnte dich auch interessieren” Funktion nicht unterstützt, möchte ich diese selber nachbauen.
Dafür habe ich einfach das Element “Blog Beiträge” mit einer Spalte ausgewählt.
Das Format passt grundsätzlich auch so für mich, allerdings ist die Schriftgröße so groß, wie bei meinen anderen Rastern (siehe Screenshots anbei).
Deshalb meine Frage:
1) Wie kann ich die Schriftgröße für den Titel NUR für die Raster auf den Blog Einzelseiten anpassen?
2) Kann ich die Abstände zwischen den Bildern und die grauen Ränder entfernen?
Es sollte möglichst so aussehen wie der “das könnte dich auch interessieren” Bereich im klassischen Editor.
Vielen Dank!
Liebe Grüße
Raphaela
Hey Raphaela_Pla,
Thank you for the inquiry.
Based on the screenshot, looks like the Blog Posts element is set to have a grid layout. If that is true, you can use this css code to adjust the font size of the post title.
.avia-content-slider .slide-entry-title {
font-size: 0.8em;
line-height: 1.2em;
margin: 0;
}
And regarding the image borders, please post the site URL in the private field so that we can actually check the blog posts element.
Best regards,
Ismael
Hi Ismael,
thanks for your reply!
unfortunately this code didn’t work.
Also I do have the grid layout on more pages of my website – it is important, that the font size only changes on the individual blog post sides.
Best regards,
Raphaela
Hi Raphaela,
It seems like you have edited your Blog Posts element and gave it a custom CSS class”rp-avia-content-slider” and then applied the changes using custom CSS already :)
Please let us know if you need any assistance!
Best regards,
Yigit
Hi Yigit,
yes, I managed it by myself – thank you! :)
Best regards,
Raphaela