• Resolved rickyb01

    (@rickyb01)


    I was wondering how to add border to the products images in the widgets

    Thank you in advance to those reply

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    Looking at the underlying code, it looks like you might be using the Elementor plugin for your page layout. If that’s accurate, you should be able to use the Elementor plugin to add borders to your image elements.

    With that being said, you could also use the following custom CSS under **Appearance > Customize > Additional CSS**:

    
    .woocommerce ul.products li.product .woo-entry-image a img {
        border: 5px solid #000;
    }
    
    Thread Starter rickyb01

    (@rickyb01)

    Thank you very much

    • This reply was modified 4 years, 4 months ago by rickyb01.
    Plugin Support Missy a11n

    (@m155y5)

    Automattic Happiness Engineer

    I’m glad that was helpful! I’m going to go ahead and mark this thread as resolved. If you have any other questions please feel free to start a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding Border to Product Images’ is closed to new replies.