Browse Source

nav svg on scroll color updated

saikiranbolli 2 years ago
parent
commit
c564c38bf3
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      dist/Js/main.js

+ 2
- 0
dist/Js/main.js View File

@@ -35,6 +35,8 @@
35 35
             $("body.product_pg").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#fff");
36 36
             $("body.services_page").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#000");
37 37
             // $('.header-bottom-flex').find('svg path').attr('fill','#fff');
38
+            $("body").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#fff");
39
+            $("body.services_page").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#000");
38 40
            
39 41
             if ($body_pg == true) {
40 42
                 $(".main-menu").find("nav ul li a").addClass("text-dark");

Loading…
Cancel
Save