Okay
  Public Ticket #418686
Changing Video mute button to arrow
Closed

Comments

  • Jakob started the conversation

    Hi ClaPat!

    I want to change the "mute" button image on the video background to a downarrow with the same link as the "About us" button (so it scrolls down), but i'm not sure what the best approach would be, i can't seem to find the mute button image in filezilla. How would you do it?

  •  1,806
    Support replied

    Hello, try adding the down arrow in the home section content, the video background header will display the page content if this option is checked in Theme Options -> Home Options

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Jakob replied

    Hi again

    Is it this part? <a id=\"video-volume\" onclick=\"jQuery(\'#bgndVideo\').toggleVolume()\"><i class=\"fa fa-volume-down\"></i></a>

    I can\'t seem to find out where volume button image is, so what should i do to replace the image and change the link? I only know some basic coding so it would be nice if you could be more specific.

  •  1,806
    Support replied

    Hi, yes that\'s the one but you can hide it with

    #video-volume{

    display: none;

    }

    there is no image involved that\'s just the icon

    the you can add your arrow.


    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy