Customizing CSS


FCOnlineCSS.png

Example CSS:
FCCustomCSSOnline.png

Before Custom CSS Added

FCBEforeCustom.png

After Custom CSS Added

2021-04-14_15h09_55.png

Note:  Additional CSS entries are enforced in addition to those specified in the manual entries.

Your custom attributes take precedence over the attributes set in the theme assigned by you or the theme users select. 

Sample

Sample CSS
CSS
.navbar {
 background-color: lightyellow;
}

.btn {
    border: none;
    color: black;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: cursive;
}

.sidebar {
 font-family: "Eras ITC";
}

.main-content {
 font-size: 24 px;
 font-family: "Eras ITC";
}