Hi, I’m using the Brooklyn theme and have added a second image/text section on my homepage and would like the background colour of both sections to be different. I have added this code to my theme.scss.liquid file and successfully changed the background colour of the first image/text section:
.feature-row {
background-color: #e7a492;
font-size: 14px;
color: #ffffff !important;
}
But, having inspected the code, both sections have the same div class - .feature-row. How do I specifically target the second one?
Thanks