nav svg on scroll color updated

이 커밋은 다음에 포함됨:
2023-05-01 16:18:10 +05:30
부모 ef9b637824
커밋 c564c38bf3
벤더링 됨
+2
파일 보기
@@ -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");