Hi guys,
reading through all relevant forum entries I managed to get ‘almost’ where I want.
The code:
.av-menu-button .avia-menu-text a {
color: #ffffff !important;
border-radius: 15px!important;
background: #88CFE1;
}
.av-menu-button .avia-menu-text {
background-color: #88CFE1 important;
border-radius: 15px!important;
background: #94D3E2;
}
…works, the only tiny little issue is the little disappearing border on mouse over on the “enfold main menu” button style bordered item.
I thought the padding within the “button style bordered” items are not right but this code:
.av-menu-button .avia-menu-text>ul>li {
padding-left: 20px!important;
padding-right: 20px!important;
}
…is not working…
Any ideas, anyone?
Best regards,
beenee
Hey!
Try adding this code to the Quick CSS:
.av-menu-button + .av-menu-button{
margin-left: 0;
}
Cheers!
Josue
Thanks Josue,
that worked perfect!
I wonder if I should open a new threat. Now I’m struggling with the menu settings on the English page.
.av-menu-button .avia-menu-text a {
color: #ffffff !important;
border-radius: 15px!important;
background: #88CFE1;
}
.av-menu-button .avia-menu-text {
background-color: #88CFE1 important;
border-radius: 15px!important;
background: #94D3E2;
}
.av-menu-button + .av-menu-button{
margin-left: 0;
}
.av-menu-button + .av-menu-button{
margin-left: 0;
}
I’m not sure why the menu isn’t displayed as in the German version. I pasted parts of it into the Quick CSS without any success.
Can you help thee or do I open up new threat?
Txs
Hi,
You may have the borders disabled in the Header settings.
Best regards,
Josue
Bingo Josue, top thinking!
Problem solved :-)
Thanks so much for your good support!
B.
You are welcome, glad to help :)
Regards,
Josue