New Shopify Certification now available: Liquid Storefronts for Theme Developers

Wanna add border around Video container - Dawn

Solved
VicexGrips
Excursionist
91 0 8

Here's my store - circle6.shop

Accepted Solution (1)
Uhrick
Shopify Partner
398 67 86

This is an accepted solution.

Sales channels > Online store > your theme's '...' button > edit code 

On assets folder, look for something like styles.css or theme.css, or something that seems general with .css extension. At the end of it add

.video-section__media {
border: 10px solid black;
}

Shopify Developer
Hire me for theme customizations at ricardomsilvestre@outlook.com or Upwork
Was my answer helpful to you? Please like or mark as solution

View solution in original post

Reply 1 (1)
Uhrick
Shopify Partner
398 67 86

This is an accepted solution.

Sales channels > Online store > your theme's '...' button > edit code 

On assets folder, look for something like styles.css or theme.css, or something that seems general with .css extension. At the end of it add

.video-section__media {
border: 10px solid black;
}

Shopify Developer
Hire me for theme customizations at ricardomsilvestre@outlook.com or Upwork
Was my answer helpful to you? Please like or mark as solution