• Hi,

    I want to remove the css code added in the sub-menu of the website.
    I have a website If we see on the link “https://www.shippwl.com/services/drayage/”.
    The background icon is not showing like others Because in its section..style=”background: none;” this code is added which remove its background.

    How can I remove this code. I can’t find in the website. If anyone knows then let know.

    Thanks.

    • This topic was modified 7 years, 10 months ago by phimanshu86.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Go to style.CSS line No:442

    Replace your code with this code

    .services-sub-menu ul .service-menu-drayage {
    background: url(images/serviceltl..png) no-repeat center 34px !important;
    }

    Hope this help you!

    Thread Starter phimanshu86

    (@phimanshu86)

    Hi tabassumnaaz,

    I tried this, but it again adds that “background: none;” code there.
    Don’t know where it adds that.

    Thanks

    Hi

    It’s working fine here.
    Do provide me screenshot about the issue you’re facing there!

    Thread Starter phimanshu86

    (@phimanshu86)

    Hi,

    It is resolved. It comes from the javascript added in the footer.php file.

    Thanks for your help and giving time for this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove custom code added in the Sub menus ?’ is closed to new replies.