Extra column footer for each language

Home Forums Jevelin Theme Extra column footer for each language

Home Forums Jevelin Theme Extra column footer for each language

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • amzkes
    Participant

    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.

    Attachments:
    You must be logged in to view attached files.

    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

    amzkes
    Participant

    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;
    }

    amzkes
    Participant

    Thanks!

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)