#header {background: hotpink !important;}
#hSub {background: white !important; color: black !important;}
you are now officially my css protégé. Just ask if u need help with anything
np fwiend
it's supposed to be a hashtag in front of the big text but in markdown hashtags mean big boi text so it doesn't show in my comment :I
# header?
Doesn't work
Thanks :)
this is what i use when i change the text on the header :)
.logo b span {
display: none;
}
.logo b:after {
font-size: 15px;
color: white;
content: "text";
}
How do I change the text on the header?
#header {background: hotpink !important;}
#hSub {background: white !important; color: black !important;}
you are now officially my css protégé. Just ask if u need help with anything
np fwiend
it's supposed to be a hashtag in front of the big text but in markdown hashtags mean big boi text so it doesn't show in my comment :I
# header?
Thanks
u need to put !important after stuff for some reason. Like:
header {background: hotpink !important;}
same for subheader
hSub {background: white !important; color: black !important;}
How do I change header?