- Posts: 5
- Thank you received: 0
Sticky Menu
-
ukfish1
Inactive member - Topic Author
- New Member
Less
More
2 years 2 weeks ago #49852
by ukfish1
Sticky Menu was created by ukfish1
HI
How do I stop the main menu from being sticky in the Coworking template?
Or alternatively, how do I change the background colour of the sticky menu from white to the same colour as the non-sticky main menu background?
Also, on the home page at west5web-progress.co.uk/ , is it possible to have the image used in the slider in position "user 1" to be below the menu rather than the menu overlaid on the image?
Thanks, Paul
How do I stop the main menu from being sticky in the Coworking template?
Or alternatively, how do I change the background colour of the sticky menu from white to the same colour as the non-sticky main menu background?
Also, on the home page at west5web-progress.co.uk/ , is it possible to have the image used in the slider in position "user 1" to be below the menu rather than the menu overlaid on the image?
Thanks, Paul
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
2 years 2 weeks ago #49854
by milos
Replied by milos on topic Sticky Menu
Hello,
Go to the template options and under Layout, click Row Settings next to this row. Then disable the Floating option. More info here: www.hotjoomlatemplates.com/sparky-docume.../layout/row-settings
Regards,
Milos
Go to the template options and under Layout, click Row Settings next to this row. Then disable the Floating option. More info here: www.hotjoomlatemplates.com/sparky-docume.../layout/row-settings
Regards,
Milos
Please Log in to join the conversation.
-
ukfish1
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
2 years 2 weeks ago #49855
by ukfish1
Replied by ukfish1 on topic Sticky Menu
Great, thanks.
Is this possible:
Also, on the home page at west5web-progress.co.uk/ , is it possible to have the image used in the slider in position "user 1" to be below the menu rather than the menu overlaid on the image?
Paul
Is this possible:
Also, on the home page at west5web-progress.co.uk/ , is it possible to have the image used in the slider in position "user 1" to be below the menu rather than the menu overlaid on the image?
Paul
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
2 years 2 weeks ago #49856
by milos
Replied by milos on topic Sticky Menu
Hello,
You should edit the file /media/templates/site/coworking/css/custom.css
and change this:
to this (where #000000 is the background color, in this example black):
Regards,
Milos
You should edit the file /media/templates/site/coworking/css/custom.css
and change this:
Code:
.logorow, .sparky_inner.home-video .logorow {
position: absolute;
width: 100%;
background: transparent;
}
to this (where #000000 is the background color, in this example black):
Code:
.logorow, .sparky_inner.home-video .logorow {
background: #000000;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.158 seconds