Page CSS Not Working After Update

After a recent update to 21.1.4 my pages are no longer displaying Custom CSS that has been entered at the page level.

For example ... my home page (http://www.vcunited.club) has the following Custom CSS

#Wrapper, #Content {
    background-color: transparent;
}

.promo_box h2 {
    font-size: 23px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

.promo_box {
    border-bottom: #dfdedf;
    border-bottom-width: thin;
    border-bottom-style: solid;
}

a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    margin-bottom: 0px;
}

.dark .fancy_heading_line .title {
    color: #F9E536;
}

As you can see it is not loading that CSS, but is displaying the Theme Options instead for each of the items.

Comments

Sign In or Register to comment.