Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wimvanderburgh

    (@wimvanderburgh)

    Thanks for the help! Worked with this:

    .red-border-bottom:before {
    background: #e88e7c !important;
    }

    Thread Starter wimvanderburgh

    (@wimvanderburgh)

    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;
    }

Viewing 2 replies - 1 through 2 (of 2 total)