Home › Forums › WoodMart support forum › How to change the style of the Woodmart Recent Post widget in the sidebar

How to change the style of the Woodmart Recent Post widget in the sidebar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #680299

    qingpeisu
    Participant

    Hi,

    As the title suggests, I’d like to change the style of the Woodmart Recent Post widget on the sidebar. Image 1 shows my current style, and image 2 shows the desired effect. If this is possible, please let me know.

    Attachments:
    You must be logged in to view attached files.
    #680337

    Luke Nielsen
    Member

    Hello,

    In the widget settings, set the sizes for the images you want to see – https://prnt.sc/VBOTpVte77FK

    Then use the code below in Theme Settings -> Custom CSS:

    .woodmart-recent-posts-list li {
        flex-direction: column;
        border-bottom: none;
    }
    
    .woodmart-recent-posts-list  .recent-posts-comment {
        display: none;
    }
    
    .woodmart-recent-posts .recent-posts-thumbnail {
        max-width: 100%;
    }

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)