Second to last-child selector CSS

Posted on: November 8th, 2022
By: Tadeo Martinez

.row-case-study-list .col:nth-last-child(2) .case-study-dashed-line {
    display: none !important;
}

Here’s a StackOverflow thread on it:

https://stackoverflow.com/questions/5418744/select-second-last-element-with-css

Have any questions or comments? Write them below!


Leave a Reply

Your email address will not be published. Required fields are marked *