BeTheme Child

Hi,
How to setup styles priority?
Some styles of child theme style.css overlap parent theme

.how_it_works .image img {
max-width: 116px !important;
max-height: 116px !important;
vertical-align: middle;
}

my styles in BeTheme child style.css

.how_it_works .image img {
max-width: 80px !important;
max-height: 80px !important;
vertical-align: middle !important;
}

Comments

Sign In or Register to comment.