Theme "Advanced" Usage ... Under Construction. #7
Labels
chore
a tedious but necessary task often paying technical debt
discuss
Share your constructive thoughts on how to make progress with this issue
help wanted
If you can help make progress with this issue, please comment!
T1h
Time Estimate 1 Hour
tech-debt
A feature/requirement implemented in a sub-optimal way & must be re-written
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
Trying to customise the theme of our
Nextra
site to change the<footer>
which defaults to:"MIT 2024 © Nextra."
Reading the
Footer
docs: https://nextra.site/docs/docs-theme/theme-configuration#footerBut given that this is a
<text>
attribute,Nextra
is still controlling the appearance in the<footer>
.This is the markup that is rendered:
What I want is to control the
<footer>
completely. I don't just want to update the<text>
...So I went back to the
Nextra
docs to try and use a<Component>
for the<footer>
... nothing. 🤷♂️ 😢Googled for a bit and found: shuding/nextra#2926 (comment)
"You might have to experiment with specific css selectors" ...
He links to: https://nextra.site/docs/custom-theme#advanced-usage
Under construction ... 🚧
This is such a time-suck! 😢
I've spent waaaay too much time on this! ⏳
just want a good-looking
<footer>
... is that too much to ask?! 🤷♂️I tried the
CSS
selectors approach and it was hell 😡I don't want to have to use 50
important!
statementsto attempt to override the inline
Tailwind
styles ... it's horrible! 🤦♂️Just going to have to leave it ugly for now. 🙈
And maybe
return
to this later. ⏳The text was updated successfully, but these errors were encountered: