nav svg on scroll color updated
This commit is contained in:
Vendored
+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.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");
|
||||||
|
|||||||
Reference in New Issue
Block a user