Sfoglia il codice sorgente

nav svg on scroll color updated

saikiranbolli 2 anni fa
parent
commit
c564c38bf3
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      dist/Js/main.js

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

35
             $("body.product_pg").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#fff");
35
             $("body.product_pg").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#fff");
36
             $("body.services_page").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#000");
36
             $("body.services_page").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#000");
37
             // $('.header-bottom-flex').find('svg path').attr('fill','#fff');
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
             if ($body_pg == true) {
41
             if ($body_pg == true) {
40
                 $(".main-menu").find("nav ul li a").addClass("text-dark");
42
                 $(".main-menu").find("nav ul li a").addClass("text-dark");

Loading…
Annulla
Salva