瀏覽代碼

nav svg on scroll color updated

saikiranbolli 2 年之前
父節點
當前提交
c564c38bf3
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      dist/Js/main.js

+ 2
- 0
dist/Js/main.js 查看文件

@@ -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…
取消
儲存