Hi, how can I make the image bigger, remove the date and add more info below the title in a magazine element?
Hey DROR,
Thank you for using Enfold.
Use this css code to adjust the font size of the title.
.av-magazine .av-magazine-content-wrap .av-magazine-title {
font-size: 1em;
line-height: 1.5em;
}
Do you want to add an excerpt below the title? The following thread should help.
// https://kriesi.at/support/topic/date-author-and-excerpt-in-magazine-element/#post-842342
Best regards,
Ismael
Thanks. How do I remove the date above the title and how do I make the image bigger?
Hi bakbek,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.av-magazine-time {
display: none;
}
.av-magazine-thumbnail {
width: 90px;
min-height: 90px;
}
.av-magazine-content-wrap {
min-height: 90px;
}
If you need further assistance please let us know.
Best regards,
Victoria