child themes css override
I've created a child theme and in the style.css file I the codes.
@import url("../classipress/style.css");
@import url("../classipress/styles/teal-black.css");
What changes I make in the child theme will override the style.css file of classipress. But how do I override the teal-black.css files? Can this be done or do I have to go and modify the teal-black.css?