Home Forums WoodMart support forum Aftrer update till 8.3.0 custom css missing

Aftrer update till 8.3.0 custom css missing

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #689520

    alexander.djundi
    Participant

    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.
    #689526

    Artem Temos
    Keymaster

    Hello,

    Please provide us with your admin access so we can log in and check this on your end.

    Thank you in advance.

    #689629

    alexander.djundi
    Participant

    Check access to our dev. site

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

    Kate M.
    Keymaster

    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.

    #689667

    alexander.djundi
    Participant

    Thanks, it is ok 🙂

    #689681

    Artem Temos
    Keymaster

    You are always welcome. Feel free to contact us if you have any further questions.

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

The topic ‘Aftrer update till 8.3.0 custom css missing’ is closed to new replies.