Annoying elements in woo commerce pages

I setup a little store to sell health products but the main store page, the categories page and the product detail page are showing an annoying lateral bar that I want to remove, but I can´t find where to remove it in the Illdy, woo commerce or widgets options.

Should this have to be made coding?

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
In order to check your question i need to see your live website, please provide url and i will take a look

Ok, the web site is https://www.genebios.com.mx

Now I understand that that column shows the shopping cart and the product categories but the title of the shopping cart can´t be edited to spanish and that´s a bug.

Also the second title is in english and my wordpress install it´s in spanish but there is no way to edit that title in the theme configuration.

hey there

Please add this CSS in appearance - customize - additional CSS

#sidebar {
border-left: 1px solid #ffffff;
}
p.s. if border is left somewhere then please provide link to that page

regarding translation, that’s not the bug, you have to translate theme (and WordPress if necessary) you can use a general translation method that can be found in the internet, this is not depended on the theme

Thanks!
Colorlib Support Team