- Posts: 3
- Thank you received: 0
Changing top-Background (Logo + Topmenu) after scrolling
-
wolfram
Inactive member - Topic Author
- New Member
Less
More
1 year 7 months ago #50375
by wolfram
Changing top-Background (Logo + Topmenu) after scrolling was created by wolfram
Hi,
I want to change the Background-Color (now = black) from Logo + Topmenu after Scrolling.
If you scroll the site down, the Logo and Topmenu will stay and there appears a black block behind Logo and Topmenu.
This black Color I want to change in a dark red color.
Thank you for answering
W.Larmon
I want to change the Background-Color (now = black) from Logo + Topmenu after Scrolling.
If you scroll the site down, the Logo and Topmenu will stay and there appears a black block behind Logo and Topmenu.
This black Color I want to change in a dark red color.
Thank you for answering
W.Larmon
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
1 year 7 months ago #50376
by milos
Replied by milos on topic Changing top-Background (Logo + Topmenu) after scrolling
Hello,
You can change the floating top menu background if you edit the file /media/templates/site/ballet/css/custom.css and around line 44 change the background color here:
Regards,
Milos
You can change the floating top menu background if you edit the file /media/templates/site/ballet/css/custom.css and around line 44 change the background color here:
Code:
.toprow.topmenushow {
position: fixed !important;
background: #2b211d !important;
}
Regards,
Milos
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
1 year 7 months ago #50377
by milos
Replied by milos on topic Changing top-Background (Logo + Topmenu) after scrolling
One more thing. If you have pre-defined color style enabled (style 2, 3, etc.), you can change the background color in file /media/templates/site/ballet/css/styles/style2.css (or 3, 4...). At the bottom of the file, you can find a similar CSS code with background color.
Regards,
Milos
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.236 seconds