Aftrer update till 8.3.0 custom css missing
-
Aftrer update till 8.3.0 custom css missing on category navigation. We make some changes in css, and put it to theme css manager, after update, they are still here, but not work!
See print screen named after and before
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide us with your admin access so we can log in and check this on your end.
Thank you in advance.
Check access to our dev. site
Attachments:
You must be
logged in to view attached files.
Hello,
Replace the following custom code located in Theme Settings > Custom CSS > Desktop
.wd-nav-vertical.wd-design-with-bg>li>a {
padding: 10px 15px !important;
border-bottom: 1px solid #35682d !important;
}
with this one:
.wd-nav-vertical.wd-design-with-bg>li>a {
padding: 5px 15px !important;
border-bottom: 1px solid #35682d !important;
min-height: 45px !important;
background-color: transparent !important;
}
Regards.
You are always welcome. Feel free to contact us if you have any further questions.
The topic ‘Aftrer update till 8.3.0 custom css missing’ is closed to new replies.