|
@@ -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");
|