From c564c38bf3a384fa1e704bc63cf67a296fb1a4ee Mon Sep 17 00:00:00 2001 From: saikiranbolli Date: Mon, 1 May 2023 16:18:10 +0530 Subject: [PATCH] nav svg on scroll color updated --- dist/Js/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/Js/main.js b/dist/Js/main.js index 8fd5926..d0551a4 100644 --- a/dist/Js/main.js +++ b/dist/Js/main.js @@ -35,6 +35,8 @@ $("body.product_pg").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#fff"); $("body.services_page").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#000"); // $('.header-bottom-flex').find('svg path').attr('fill','#fff'); + $("body").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#fff"); + $("body.services_page").find(".header-large-device").find(".header-action-wrap").find(".same-style").find("svg").find("path").attr("fill","#000"); if ($body_pg == true) { $(".main-menu").find("nav ul li a").addClass("text-dark");