Thanks for the help! Worked with this:
.red-border-bottom:before {
background: #e88e7c !important;
}
No luck, is this correct?
‘
{
.focus-box:nth-child(4n+1) .red-border-bottom::before {
background: #e88e7c none repeat scroll 0 0 !important;
}
.focus-box:nth-child(4n+2) .red-border-bottom::before {
background: #e88e7c none repeat scroll 0 0 !important;
}
.focus-box:nth-child(4n+3) .red-border-bottom::before {
background: #e88e7c none repeat scroll 0 0 !important;
}
.focus-box:nth-child(4n+4) .red-border-bottom::before {
background: #e88e7c none repeat scroll 0 0 !important;
}
‘