How can I add a border to product pages only?

hi can someone help me i want a border around my products on my product page but not around Collections

Hello @noahblanquez ,

Please share the URL.
Also let me know you need border with product featured image or thumbnails.

Thanks

1 Like

hi

https://agulitystudios.com/products/nobodys-perfect-poster

i want black not so tick borders around the image, they are now in a kind grey Tone and very Thin.

only on single product page

not in Collections or in all product.

@noahblanquez

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code below ( at the bottom :disappointed_face:

.product .global-media-settings {
    border: solid 2px #000 !important;
}

Thanks

thank u very much, can u help me also with :

i want to add a search bar like this, how do i do it ?

Need code adjustment.
You need to hire a developer for this.

1 Like