Child Theme Editing

I cannot change some of the CSS styles in the child theme. Only some of them, which are avaible for editing in the Editor, am I doing something wrong? Or should I be able to change everything that is in the CSS files? To be specific, I am trying to justify an icon of a template.

@BaRobles in the child.css file from your child theme, you can overwrite any of the CSS code from the theme files.

You would just copy the code from the original CSS file or from dev tools, modify it, and add it to the child.css - this file has a higher priority and will overwrite the original file.

You can also add code here for any custom CSS classes you’ve added.

hope this helps!