Link to article: Basic Theme Modification: Logo and Header Text.
img {
margin: 1em 0em 1em;
}
h1 {
margin-top: 2em;
}
#header {
background-image: url(https://your-url-here.png);
}
#header h1 a span {
line-height: 0px;
max-height: 0px;
color: transparent;
text-shadow: none;
}
#header h1 a::before {
content: "Your Foundation";
}
#header h2 span {
line-height: 0px;
max-height: 0px;
color: transparent;
text-shadow: none;
}
#header h2 span::before {
content: "Something. Something. Something else.";
color: #f0f0c0;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
}
:root {
--header-title: "Your Foundation";
--header-subtitle: "Something, Something, Something else.";
--sp_header-logo: url(https://your-url-here.png);
}
:root {
--logo-image: url("https://your-url-here.png");
:root {
--header-title: "Your Foundation.";
--header-subtitle: "Something. Something. Something else.";
:root {
--logo: url("https://your-url-here.png");
:root {
--title: "Your Foundation.";
--subtitle: "Something - Something - Something else.";
:scp-wiki:component:toggle-sidebar
[info]
:scp-wiki:component:croqstyle
[info]
:scp-wiki:component:author-label-source
[info]
:scp-wiki:component:author-label-source
[info]
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]