- Posts: 20
- Thank you received: 0
Solved: Background color in the row setting
-
girardgil
Inactive member - Topic Author
- Member
Less
More
9 months 1 week ago #51202
by girardgil
Background color in the row setting was created by girardgil
Hi,
I change the Row Background Color, in the row setting (layout section of the template) where is the main menu.
The color is only changed in the home page.
The Row Background Color on the others pages is always black.
How to change it on all pages?
Thanks
I change the Row Background Color, in the row setting (layout section of the template) where is the main menu.
The color is only changed in the home page.
The Row Background Color on the others pages is always black.
How to change it on all pages?
Thanks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
9 months 1 week ago #51203
by milos
Replied by milos on topic Background color in the row setting
Hello,
Please edit this file /media/templates/site/rain/css/custom.css and change the background color around line 176 here:
or delete this CSS code block entirely.
Regards,
Milos
Please edit this file /media/templates/site/rain/css/custom.css and change the background color around line 176 here:
Code:
.sparky_inner .logorow:not(.fix_menu) {
background: #000;
position: relative;
}
or delete this CSS code block entirely.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.257 seconds