Okay
  Public Ticket #1842955
Recent Posts
Closed

Comments

  • socialjohn started the conversation

    Hey guys.


    How can I edit with CSS the images which being pulled form the Recent Posts element?


    I want to be able to control the size, without editing the images themselves.


    Thank you.

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    You can target the images using the following CSS in Salient > General Settings > CSS/Script Related > Custom CSS Code

    .full-width-section .blog-recent[data-style="list_featured_first_row"] .featured > img {
        /* enter size attribute here */
    }
    

    Hope this helps,

    Regards

    Themenectar Support Team