Home Forums Jevelin Theme Child theme styling Reply To: Child theme styling

Home Forums Jevelin Theme Child theme styling Reply To: Child theme styling

Shufflehound
Moderator

Hi there,

 

You can add !important at the end of your CSS snippets and that should overwrite it.

 

Like that:

.test-class {

color: red!important;

padding: 10px!important;

}