posted 1756208025
Forum: HTML Group
View Topics View Profile
Report Topic
posted 1756241491
to change the color:
<style>
.top{
background-color: red !important;
</style>
to change the logo:
.logo{
content: url('PHOTO URL HERE') !important;
Permalink Report Reply