1. Is there a way to add some text/captions to the slidesr of homepage? stuff-n-fings.co.uk 2. Increase the font size TAP TO CALL Feature? 3. Remove the footer
Hello, 1. Unfortunately there isn't a way to do that with this theme unless you custom code something up. Sorry. 2. For tap to call issue, It is not possible to increase the font size of tap to call text because it is an image not a text, If you want to change its size then, Go to images directory present in your theme directory and replace your image with present tap-to-call.png image or edit it. The name of image is "tap-to-call.png" Note:- Use same name for your edited image and remove the current image. 3. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .bottom_footer_container { display: none; } .footer_container_wrapper { display: none; } This will remove the footer.