- Posts: 29
- Thank you received: 0
top header, where the logo is
-
jimmyc
Inactive member - Topic Author
- Member
Less
More
2 years 7 months ago #49082
by jimmyc
top header, where the logo is was created by jimmyc
How do I put a background image behind both the logo and menu?
jim
jim
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
2 years 7 months ago #49084
by milos
Replied by milos on topic top header, where the logo is
Hello,
You can add it if you edit the row settings in the template options. More info about it here www.hotjoomlatemplates.com/sparky-docume.../layout/row-settings
Regards,
Milos
You can add it if you edit the row settings in the template options. More info about it here www.hotjoomlatemplates.com/sparky-docume.../layout/row-settings
Regards,
Milos
Please Log in to join the conversation.
-
jimmyc
Inactive member - Topic Author
- Member
Less
More
- Posts: 29
- Thank you received: 0
2 years 7 months ago #49085
by jimmyc
Replied by jimmyc on topic top header, where the logo is
Well that did the trick, thank yo very much
jim
jim
Please Log in to join the conversation.
-
jimmyc
Inactive member - Topic Author
- Member
Less
More
- Posts: 29
- Thank you received: 0
2 years 7 months ago - 2 years 7 months ago #49088
by jimmyc
Replied by jimmyc on topic top header, where the logo is
Thought I was done. I changed the background for the top menu but then as I scroll down the menu goes back to a dark colour. It's like there are two versions
Last edit: 2 years 7 months ago by jimmyc.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
2 years 7 months ago #49095
by milos
Replied by milos on topic top header, where the logo is
Hello,
The floating menu background image must be added in the custom.css file. You can change this:
to this:
Change "image.png" with your background image name.
Regards,
Milos
The floating menu background image must be added in the custom.css file. You can change this:
Code:
.floating.topmenushow {
position: fixed !important;
background: #202b38 !important;
}
to this:
Code:
.floating.topmenushow {
position: fixed !important;
background-image: url(../images/image.png) !important;
}
Change "image.png" with your background image name.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.177 seconds