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

    How would i go about changing the scroll down arrow and the menu icon on mobiles to a custom icon/image?

    • This topic was modified 9 years, 10 months ago by erron.
    #387849

    Hi erron!

    Add this to your custom CSS.

    .scroll-down-link { background: url("URL to your image") !important; }
    .scroll-down-link:before {
      content: "" !important;
    }

    And this for the menu button.

    #advanced_menu_toggle:before {
      content: "" !important;
    }
    #advanced_menu_toggle { background: url("URL to your image") !important; }
    

    Best regards,
    Elliott

    #389923

    Sorry for delay, finally tested the down arrow and its coming through looping the image, how can i either reduce the box area or stop it looping?

    • This reply was modified 9 years, 9 months ago by erron.
    #390148

    Hey!

    Please add following code to Quick CSS as well

    .scroll-down-link { background-repeat: no-repeat; }

    Regards,
    Yigit

    #390451

    That did the trick thankyou. One more question, how do i get this down arrow to appear on every page section and not just the first one?

    #390615

    Hey!

    Please add a Code Block element to the bottom of your Color Section element and add this code into it – http://pastebin.com/K6GScr3q and change HREF to anchor of your following section – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Regards,
    Yigit

    #392353

    hi guys, with the mobile menu icon, the css worked but the image is too large. i tried reducing the image size but it made no difference as if it has a hard coded size somewhere. how do i just change?

    #392934

    Hi!

    Replace the mobile menu modification with this:

    #advanced_menu_toggle {
    background: url("http://www.centina.com.au/test/wp-includes/images/mobmenu.png") no-repeat center center !important;
    }

    Best regards,
    Ismael

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