Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1446716

    Hi,

    I would like to decrease the font-size and the button-size of the posts in the post-slider. How can I achieve this?
    I would also like to remove the date from the post-slider. How?

    Example-Page on private content

    Best regards

    #1446749

    Hey northorie,

    Please try the following in Quick CSS under Enfold->General Styling:

    .html_elegant-blog .avia-content-slider .slide-meta {
      display: none; 
    }
    
    .html_elegant-blog .avia-content-slider .read-more-link {
      font-size: 16px;
    }
    
    .html_elegant-blog .avia-content-slider .slide-entry-title {
      font-size: 18px !important;
    }

    Best regards,
    Rikard

    #1446757

    Way better! Thank you!
    Can you make the “read-more”-button smaller as well?

    #1446788

    Hi,

    Thank you for the update.

    You can include this css code to adjust the style of the read more link:

    .html_elegant-blog .avia-content-slider .read-more-link {
        font-size: 12px;
        padding: 4px;
    }
    
    .html_elegant-blog .more-link {
        margin: 30px auto 20px auto;
        clear: both;
        width: 180px;
        border-style: solid;
        border-width: 1px;
        padding: 5px 0;
        border-radius: 2px;
    }

    Best regards,
    Ismael

    #1446842

    That’s great! Thanks a lot. Topic can be closed

    #1446857

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Font- and button-size of post-slider, remove date’ is closed to new replies.