I want to change the color of a custom section by using css

Sorry about that, to adjust that you would use the following css:

.the-marketplace__all--each.active .image-wrapper {
    border: 3px solid #F7CE26;
}
1 Like