Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #530371

    Hi Hi Please help,

    Is there a way to change navigation bar hover effect and scroll down arrow to be like in this image below ?

    View post on imgur.com

    How to do it ?
    Thank you very much

    #530583

    Hi zmkstudio,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #530646

    hi url is below

    #530679

    Hi!

    Please add following code to Quick CSS

    .avia-menu-fx .avia-arrow-wrap {
        visibility: visible;
    }
    .avia-menu-fx {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        bottom: 100%;
    }
    .avia-menu-fx .avia-arrow-wrap .avia-arrow {
        top: 7px;
    }

    Regards,
    Yigit

    #531372

    Hello , Thank you Yigit it’s worked.

    Please help me on another question :
    I need to change scroll down arrow for section to have border like in the images below.

    View post on imgur.com


    Please help

    Thank you so much

    #531891

    just bump

    #532339

    Hi,

    Bumping has the opposite effect on this forum so please try not to do that. I’m not sure I understand you last question, could you try to explain a bit further please?

    Thanks,
    Rikard

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