Before you ask please READ THIS

EDIT: FIXED!! Child theme not overriding CSS, even with !important

edited September 2018 in Rife Posts: 30
EDIT: WORKING!! I did something wrong with Child Theme, FIXED!!

Other overrides are, but nothing seems to work to overide:
.posts-list .title-bar.outside .overlay-color{
    background-color: rgba(255,255,255,1);
    padding-top: 72px;
    padding-bottom: 72px;

}
I've set
/* blog header fix */
.posts-list .title-bar.outside .overlay-color{
    background-color: rgba(255,255,255,1);
    padding-top: 87px;
    padding-bottom: 42px;
    !important;
}
But no change.

Does it need a fix like: https://wordpress.stackexchange.com/questions/177852/child-themes-css-priority-problems-without-using-important

So that Child CSS always overrides theme?
Post edited by m0rg5 on

Comments

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion