This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
2020-04-08 21:36:58 +00:00
|
|
|
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
|
2020-04-05 20:49:27 +00:00
|
|
|
.infinite-scroll .posts-navigation,
|
|
|
|
.infinite-scroll.neverending .site-footer {
|
2014-07-28 13:35:53 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2020-04-05 20:49:27 +00:00
|
|
|
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
|
2014-07-28 13:35:53 +00:00
|
|
|
.infinity-end.neverending .site-footer {
|
|
|
|
display: block;
|
2017-07-01 04:57:00 +00:00
|
|
|
}
|