Custom background image for page, and small edits to page structure? #75
Unanswered
CursedBlackCat
asked this question in
Q&A
Replies: 1 comment 1 reply
-
+1 for the background image and sectioning the links.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I was thinking of setting a background image with some blur just to make the page a bit more visually interesting/unique. Is there a way to set a custom background image for the entire page? Adding a
body
tag inassets/css/custom.css
doesn't seem to work, and while adding!important
does work, two further issues arise from that: firstly, that being bad practice/a kind of janky workaround that I'd like to avoid, and secondly, I can't seem to find where the relative path for the image would be (I've tried bothassets
andstatic
).Also, is there a way to make slight edits to the page structure, such as adding
<hr>
tags between "sections" of buttons/links or adding a small<p>
block beneath the headline for a brief, 2-3 sentence bio?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions