Home › Forums › Jevelin Theme › Unable to remove an extra 3rd column in tables
Home › Forums › Jevelin Theme › Unable to remove an extra 3rd column in tables
Hi Rene,
I hope you are well today and thank you for your question.
Can’t you delete it on clicking on the delete icon displayed at the bottom of the third column as shown in the attached screenshot?
Could you please share me the page URL from your site where it is displaying so that i can help you to remove it?
Also would you mind if i log in to your site and delete it? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?
Best regards,
Shufflehound team
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
.page-id-1595 .sh-table-element tr td.default-col:last-child { display: none; }
Thanks, this custom code helped!
You are most welcome here 🙂