How? I'm not good at computers and all i want is to put a background pic on my little sub. What's a css? Why is doing this simple thing so much harder than I thought it would be. Help!
.th-navbar{
background: url("YourImageUrlHere");
}
Go here and read: https://www.w3schools.com/css/css_background.asp
That will tell you about the other options that you'll need to know and set to make it look the way you want.
`.th-navbar{
background: url("YourImageUrlHere");
}`
Go here and read: https://www.w3schools.com/css/css_background.asp
That will tell you about the other options that you'll need to know and set to make it look the way you want.
Yeah, i just want a pic up top.