Hi,
I would like to change menu font color for eg tablets and only until the scroll get the sticky menu visible.
/Christian
Hey themrindy,
Try adding this to quick css:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
a .avia-menu-text{
color:red!important;
}
}
Adjust the color to what you need.
Best regards,
Jordan Shannon
thanks, what about search character and the “in” and “f”?
Is’nt there any enfold gui choices for this, could been good and easy to do?
/Christian
Hi,
In order to achieve this one tablets only css is required.
Best regards,
Jordan Shannon
my search and social icons (upper right) are still in black. Any clue about changing them as well?
Hi,
I can’t see that on your site, I’m guessing you managed to get it working?
Best regards,
Rikard
Changed to only burger menu, thanks!
But maybe you know how to make the burger menu “stronger”?
/C
Hi,
Do you mean bolder or easier to see?
Best regards,
Jordan Shannon
I mean more bold, but if you have any good suggestions for visibility I’m happy to listen! :)
/C
Hi,
Thanks for clearing that up. You can try increasing the height of the lines. Add this to quick css:
.av-hamburger-inner, .av-hamburger-inner::after, .av-hamburger-inner::before{
height:5px!important;
}
Best regards,
Jordan Shannon
Thanks!
Hi,
No problem. Did you need further help on this or shall we close the topic?
Best regards,
Jordan Shannon