Hello
I upgraded XStore from v4.15 two days ago to v4.16, and today to v4.16.1. I found a new error introduced to both the last two versions.
In my footer area, column two, I included a menu, similar to the one in the default demo.
IN my site, I implemented the menu of Useful Links using a static block and including a Footer menu, not using HTML links. In XStore v4.15 and before, the menu was displayed how I wanted it. See link to sreen shot below how it supposed to look.
Screenshot of how it used to look in XSTore v4.15
In XStore v4.16 & v4.16.1, there has been new css introduced to the theme that now lists my menu with a larger padding and a border-bottom solid colour. See the screenshot in the link below how this now looks (which I do not want).
Link to screenshot with errors in CSS in v4.16.1
I noticed in Google Chrome console when inspecting the code this which was new:
.menu-element .menu > li > a {
padding: 15px 0;
border-bottom: 1px solid #e6e6e6;
}
It seems to have been introduced for no reason at all and has spoilt my sites… (I own 5 XStore licenses).
Please tell me why this code was introduced? and if it’s an error please get rid of it. It is pointless on the default variant of the theme, since nothing on the default variant uses that. If it’s used on another variant, then it should really only exist in the custom-css of that variant of the theme, because it’s broken all my sites.
🙁
Please investigate this piece if CSS and let me know what is to be done?
Kind regards