Hi, is there a way to add a video instead of images to the slider image area in local business theme? And is there a way to make the video to display at a different size that is bigger than the 361 x 280 that is specified for the slider images? Thank you!
Hello, Greetings from InkThemes! Please follow the screenshot given below. For your information, I am using "WP-Editor" plugin to edit files. You can also download and use it from the link https://wordpress.org/plugins/wp-editor/. After activating this plugin, you will get the same screen as shown in the screenshot. And also paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard to increase size of video area... Code: .flexslider { max-width: 100%; width: 100%; margin-left: 5px; } .flexslider .slides > li iframe { width: 429px; height: 299px; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com