Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #913310

    Hi,

    I would like to change menu font color for eg tablets and only until the scroll get the sticky menu visible.

    /Christian

    #913363

    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

    #913398

    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

    #913416

    Hi,

    In order to achieve this one tablets only css is required.

    Best regards,
    Jordan Shannon

    #913897

    my search and social icons (upper right) are still in black. Any clue about changing them as well?

    #914117

    Hi,

    I can’t see that on your site, I’m guessing you managed to get it working?

    Best regards,
    Rikard

    #916794

    Changed to only burger menu, thanks!

    But maybe you know how to make the burger menu “stronger”?

    /C

    #916886

    Hi,

    Do you mean bolder or easier to see?

    Best regards,
    Jordan Shannon

    #917876

    I mean more bold, but if you have any good suggestions for visibility I’m happy to listen! :)

    /C

    #917920

    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

    #917934

    Thanks!

    #917938

    Hi,

    No problem. Did you need further help on this or shall we close the topic?

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.