- Posts: 6744
- Thank you received: 716
Homepage and other
-
milos
Support Staff - Moderator
Less
More
1 year 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.
Time to create page: 0.073 seconds