Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.0-b1
-
Fix Version/s: 4.0.0-b1
-
Component/s: Staff Interface
-
Labels:None
-
Epic Link:
Description
1. Remove the top border for the footer
2. Remove the gradient image in the footer.
Sample override, but primary styles can be changed:
#footer {
background: #efefef;
border-top: none;
}