Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #454957

    Is there a way to replace the small arrow of .avia-menu-fx .avia-arrow-wrap with the favicon of KW on http://www.homemurray.com? I’d like that small KW that is the Favicon to float below the active menu item like the arrow does now.

    Thanks!

    #455271

    Hey ewingmh!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    span.avia-arrow-wrap {
      background-image: url(https://homemurray.com/wp-content/uploads/2015/06/favicon.png);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
    }
    span.avia-arrow {
      opacity: 0;
    }

    Cheers!
    Yigit

    #455345

    You guys are amazing.
    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Custom menu fx’ is closed to new replies.