border radius

Home Forums Jevelin Theme border radius

Home Forums Jevelin Theme border radius

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • NorthumbrianTin
    Participant

    Hi Guys

    I am trying to get the thumbnail images from my widgets in my footer to be circular but cannot find the correct code element .

    Pic below

    any chance you can help me out?

    Cheers

    D

    http://www.northumbriantinsoldier.com

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

    Hi @NorthumbrianTin,

     

    Thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-footer-widgets .sh-portfolio-widget-item .sh-ratio-content,
    .sh-footer-widgets .sh-recent-posts-widgets-item-thumb {
        border-radius: 100%;
        overflow: hidden;
    }

     

    Best regards,
    Shufflehound team

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