« Back to the HTML Forum

how to change the color or add a png on the background of the head spacehey block?(sry idk how to call it)

1 Reply

Reply by heath

posted

to change the color:

<style>

.top{

background-color: red !important;

</style>

to change the logo:

<style>

.logo{

content: url('PHOTO URL HERE') !important;

</style>


Permalink Report Reply