badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: HTML in Our Team widget

#45960

Hi Caroline,
We are sorry for this. You can’t add any html on our team widgets. For this it needs code customization. To add that field and support html code its would be completely a new feature to be added in the theme. If you are good at coding then you can make a duplicate of ourteam widgets and customize the code according to your needs.

First create a child theme. In functions.php of the child theme, create your widgets and register them. Just copy the parent widget, change the name of widget like Theme Horse Child: Featured Page Widget, make customisation and create your custom widget. If you do this, the widgets of parent theme and child both will appear. Use your custom widget of child theme instead of the parent theme. The widgets is displayed from theme folder -> inc -> widgets -> interface_widgets.php on line no 925. You need to make changes within this class.

Just making same file structure in the child theme like /library/widgets won’t overwrite the parent file. Hope this helps.

Thank you