Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #901743

    Hi support,

    Is it possible to make the same menu arrow for dropdown as shown here: https://gabbybernstein.com/ ?

    And how is it done, that the font color changes between white (no scrolling) and black (scrolling)?

    And how to make a menu in both right and left side?

    Thanks :-)

    #902026

    Hey OKEI,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #902788

    https://saratorvallbach.com/home/

    For now let’s drop the split of the menu.

    I still need help for the arrow and the changing of font-color when scrolling.

    Thanks :-)

    #903186

    Hi OKEI,

    You should be able to set the color of the menu in the theme options and for scrolling in the header transparency options.

    And I see the arrow there, did you get it working?

    Best regards,
    Victoria

    #903327

    Super – I will use the mentioned options for scrolling.

    I need the exact arrow as on https://gabbybernstein.com/.
    I have downloaded the arrow from the website in both a white and blank version.

    Thanks :-)

    #904593

    Hi,

    Please try the following css code.

    .avia-menu-text:after {
        background: url(/img/icon-menuarrow-dark.png) center top no-repeat;
    }
    
    .avia-menu-text:after {
        content: '';
        color: #333;
        width: 10px;
        height: 6px;
        position: absolute;
        top: 6px;
        right: 0px;
        display: inline-block;
        background: url(/img/icon-menuarrow.png) center top no-repeat;
    }

    Best regards,
    Ismael

    #904737

    Thanks for helping.

    I tried your solution, Ismael, but it didn’t look right, so I installed “Better Font Awesome” to do the job.

    You can close it now.

    #904778

    Hi,

    Glad that you found a workaround. Thanks for using Enfold.

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Menu arrow for dropdown’ is closed to new replies.