August 25, 2015 at 5:40 am
#27642
Theme Horse Support Team
Keymaster
Hi MeShawn,
This features is not available in our theme. It needs code customization. Before customizing the code first of all create a child theme and then only customize the code.
To add in admin section next to social icons go to theme folder -> library-> admin -> theme-options.php on line no 1380 and you add your input field on here.
To display it in front end go to theme folder -> library-> structure -> header extension.php on line no 126 you will find this below code
function cleanretina_headerdetails() {
Now add your call-to-action image and will be displayed in front end.
Thank you!