I am trying to use a media query to change the color of the text "PRICE". But I'm having a problem finding the proper CSS selector to address .brandPrice.
I will keep working on this. Your example does work, but has problems when using the Bootstrap media query (this was imported as an external resource in the fiddle example).
I don't think the issue is with Bootstrap media query because other modifications (change the footer background color, for example) do work as expected.
I'm not a jsFiddle expert and their documentation is thin. Maybe its possible that I haven't successively loaded bootstrap.min.css. But still, it isn't working in my code either.
My thought is that it must be some kind of convoluted selector that's required.
Check out a jsFiddle at: https://jsfiddle.net/midnightCabbie/4cm5udL0/8/
Thanks