Thanks Sakin.
I want to change it programmatically as I was thinking of updating it based on an external (legacy, non wordpress) database where the featured content is changed by a proprietary external application.
I am new to wordpress, but very happy with complex custom web development – proficient in php, javascript, html, css etc. – I am currently trying to navigate my way around the whole wordpress theme customisation regime.
I actually have another question, (although I think your response may have helped me) – I would really like to be able to include some php/html in the title and content that overlay the featured slider. My reason… I would like to make that a search box where the user can specify few search options…… A hovering search box over the featured slider will work well in the application I am developing.
At the moment I have done a bit if debugging with the theme and can see where the catch_responsive_featured_slider() function is called when the featured page is customised, but I can’t (yet) see what actually executes the html constructed during the customisation.
I was keen to work out how to write a a bit of child theme code to override the default customer slider title and content display.
….but – I suspect your last post may give me a clue….. ie. the catch_responsive_featured_content_display() may be where I should go and investigate…?
Thanks.