does anyone know what coding i can use to edit my header and background without changing all the other stuff on my layout???
coding for a background and header
1 Kudos
does anyone know what coding i can use to edit my header and background without changing all the other stuff on my layout???
1 Kudos
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
yougivemeanamee
Idk about how to change the header but you can change the background color with this:
body {
background-color: #"putthehexcolorhere";
}
also Idk if this is gonna help but here is a part of my css that is related to the colors. you can miss with it and figure out which one is for the header lol
:root {
--logo-blue: #c981bb;
--darker-blue: #87557d;
--lighter-blue: #c981bb;
--even-lighter-blue: #f0a8d7;
--lightest-blue: #ffbffb;
--dark-orange: #FFFFFF;
--light-orange: #a860b3;
--even-lighter-orange: #a860b3;
--green: #a860b3;
Report Comment
oh also don't forget to put them in the tag
by yougivemeanamee; ; Report
ty for the help dude
by 2005ver; ; Report
Np!
by yougivemeanamee; ; Report