Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #991033

    Hi, how can I make the image bigger, remove the date and add more info below the title in a magazine element?

    #991382

    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

    #991496

    Thanks. How do I remove the date above the title and how do I make the image bigger?

    #991934

    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

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