- Posts: 135
- Thank you received: 0
Change colour of floating menu
1 day 12 hours ago #52090
by paul1
Change colour of floating menu was created by paul1
Hi
Need to colour the menu area background when scrolling down the page.
Have previously used code below on other template but code doesnt work with Host.
.logo_row.fix_menu {
position: fixed;
top: 0;
z-index: 89;
width: 100%;
background: #fff !important;
border-bottom: 1px solid #dde5de;
padding: 0;
}
Any ideas please
Also, need to remove the large gap between modules (in site its down at the bottom - white area..
Site www.bairnsdalewebdesign.com.au
J6.2 Php 8.4
Big thanks - Paul
Need to colour the menu area background when scrolling down the page.
Have previously used code below on other template but code doesnt work with Host.
.logo_row.fix_menu {
position: fixed;
top: 0;
z-index: 89;
width: 100%;
background: #fff !important;
border-bottom: 1px solid #dde5de;
padding: 0;
}
Any ideas please
Also, need to remove the large gap between modules (in site its down at the bottom - white area..
Site www.bairnsdalewebdesign.com.au
J6.2 Php 8.4
Big thanks - Paul
Please Log in to join the conversation.
1 day 9 hours ago #52092
by milos
Replied by milos on topic Change colour of floating menu
Hello,
Please try to use "logorow" instead of "logo_row" in the first line of your CSS code.
In the file /media/templates/site/host/css/custom.css around line 404 change this:
to this:
and below this add this:
Regards,
Milos
Please try to use "logorow" instead of "logo_row" in the first line of your CSS code.
In the file /media/templates/site/host/css/custom.css around line 404 change this:
Code:
.contentrow {
padding: 30px 0 50px;
}
to this:
Code:
.contentrow {
padding: 30px 0 0;
}
and below this add this:
Code:
.contentrow > .sparky_container > .content_sparky {
padding-bottom: 0;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.125 seconds