Home › Forums › Jevelin Theme › Extra column footer for each language
Home › Forums › Jevelin Theme › Extra column footer for each language
Hi, as you can see on the screenshots attached there is an extra colum for the language chosen for the footer widget which is automatically added when I save the widget for a specific language of my website. How can I delete this. This shows for each language and I can’t delete it in the widget. Before I had several languages I didn’t have the issue.
Hi @amzkes,
I hope you are well today and thank you for your question.
Could you please share your site URL where it’s displaying so that I can help you to remove it?
Best regards,
Shufflehound team
Hi, this is the site: https://amzupgrade.com/
Solution for this topic
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.widget_contacts .sh-contacts-widget-item:last-child { display: none; }
Thanks!
You are most welcome here 🙂