Home › Forums › Bizplan Pro › Slider Question… › Reply To: Slider Question…
April 17, 2018 at 1:37 pm
#1129
keonthemes
Keymaster
Hello @SPARK6 ,
To change Menu Text and other element color change, Please follow the simple steps below:
Go to Dashboard > Appearance > Customize > Additional CSS and Copy and Paste below CSS code;
.main-navigation a,
.site-header .header-bottom-right > span a span,
.main-navigation .page_item_has_children:after,
.main-navigation .menu-item-has-children:after {
color: #fff;
}
To change scroll down and mid line color change, Please follow the simple steps below:
Go to Dashboard > Appearance > Customize > Additional CSS and Copy and Paste below CSS code;
.mouse-holder #mouse,
.mouse-holder #scroll {
stroke: #fff;
}
Best Regards !!!