@rgrober,
can you give details please, as media queries and css are not, imo, the same thing. What do you mean by media queries in style.css ?
Can you tell what you want to do exactly and what you have already done ?
Also bp-default theme is no more maintained. Are you still using it ? And if so, what WP/BP version are you using ?
@danbp, thank you for the reply!
I was modifying media queries in the style.css of my child theme (placed at the end of the css). That is actually working now.
My new question would be is there anyway to disable the already existing media query rules?
I’m aware the bp-default is no longer maintained. I’m using the latest version of BP and WP.
Only thing i understand from default.css concern gallery and images rules.
If you don’t want them, remove them or use display:none;
bp-default styles are in bp-default/_inc/css/default.css
To overide, you use a child-theme containing a style.css file
@danbp, thank you for your help!
I figured this out eventually. It seems I needed to use !important
on certain attributes.
You’re welcome 😉
It seems I needed to use !important
You’re right, that’s good practice while overwriting BP CSS rules.