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?
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
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.
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?
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
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.
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