Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1227247
News & Blog - Timeline style - change circular images to square
Closed

Comments

  • DesignForOnline started the conversation

    News & Blog - Timeline style - change circular images to square


    Hi, I want to remove the CSS that makes the images circular so that they can be displayed as squares.  Please, can you let me know how to do that?

    Thanks,

    Noel

  •  7,092
    Oliver replied

    HI!

    pls. give link to this page.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • DesignForOnline replied

    I have setup here: https://neatcom.designforonline.com/?page_id=13661


    For info it is basically making the timeline picture square instead of circular.

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    body .blog-style-timeline .post-img a {
        border-radius: 0;
    }
    body .blog-style-timeline .post-img {
        border-radius: 0;
    }
    body .blog-style-timeline .post-img a img {
        border-radius: 0;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver