nav svg on scroll color updated

This commit is contained in:
2023-05-01 16:18:10 +05:30
parent ef9b637824
commit c564c38bf3
+2
View File
@@ -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.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"); $("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'); // $('.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) { if ($body_pg == true) {
$(".main-menu").find("nav ul li a").addClass("text-dark"); $(".main-menu").find("nav ul li a").addClass("text-dark");