You can get all the codes from this video over on my NEW blog! Get the code and much more css customization betsylugo.com/add-section-borders-to-shopify/
You can certainly do that. You would have to isolate the section id. Then find the individual ID for each column. You can use the inspect tool to find it.
Hello, thank you for the question. To add a border to separate your header from the section that follows head over to the theme editor > select the header section > and select Show Separator Line.
You can get all the codes from this video over on my NEW blog! Get the code and much more css customization betsylugo.com/add-section-borders-to-shopify/
Hi Betsy how do you add different colours to to a multicolumn or highlight a single column?
You can certainly do that. You would have to isolate the section id. Then find the individual ID for each column. You can use the inspect tool to find it.
hello, how can I add a colored horizontal line in the header to separate the logo and and the menu?
Hello, thank you for the question. To add a border to separate your header from the section that follows head over to the theme editor > select the header section > and select Show Separator Line.
@@BL_Creative Hello, I meant a line within the header, not the line to separate header with banner.
Oh got you, try this code:
header {
border: solid 1px #000000;
margin-bottom: 20px;
}