We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d3f78 commit 2a6aa6eCopy full SHA for 2a6aa6e
docs/_sass/custom/custom.scss
@@ -42,6 +42,14 @@
42
}
43
44
// Hide "Just the Docs" theme attribution in footer
45
-.site-footer .site-footer-credits {
46
- display: none;
+.site-footer {
+ // The theme renders two elements: custom footer_content + theme credits paragraph.
47
+ // Hide everything after the first child (our custom content).
48
+ p:last-child {
49
+ display: none !important;
50
+ }
51
+
52
+ .site-footer-credits {
53
54
55
0 commit comments