- Posts: 6907
- Thank you received: 738
Homepage and other
2 years 1 month ago #50918
by milos
Replied by milos on topic Homepage and other
It changed the right column. It's in the correct place now.
If you wanted to add background color to the header, in the custom.css file change this:
with this:
You can change color #000000 with any color you like.
Regards,
Milos
If you wanted to add background color to the header, in the custom.css file change this:
Code:
.sparky_home .logorow:not(.topmenushow) {
background: transparent;
position: absolute;
width: 100%;
}
with this:
Code:
.sparky_home .logorow:not(.topmenushow) {
background: #000000;
position: absolute;
width: 100%;
}
You can change color #000000 with any color you like.
Regards,
Milos
Please Log in to join the conversation.
2 years 1 month ago #50919
by sebpasq
Replied by sebpasq on topic Homepage and other
I did it but it doesn't work
Please Log in to join the conversation.
2 years 1 month ago #50921
by milos
Replied by milos on topic Homepage and other
The header is ok now and the right column is ok. Maybe you need to clear browser cache.
Regards,
Milos
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.152 seconds