Parent theme styles overriding child theme CSS [closed]

there a few ways you can resolve this issue,

  • find the handle of the parent css you want to override/remove and use wp_dequeue_style($parent_css) to remove it altogether.
  • find the handle of the parent css you want to override and include it as a dependency in your child-css like you did for the $parent_style