Showing 1 – 2 of 2 replies
Chitrakoot Web

You are right, We have checked the […]

5 years ago
Hello Pegmongkol,

You are right, We have checked the issue and found the problem of active colors on the current page for that you have to add below CSS in your code.

1) If you are using styles.css then please add below class on line no. 633. (After comment of navigation and below to the .navbar-nav li.current > a - class).

.navbar-nav li.active > a{ color: #86bc42; }

2) If you are using styles.scss then please add below class on line no. 815. (After comment of navigation and below to the .navbar-nav li.current > a - class).

.navbar-nav li.active > a {
color: $PrimaryColor;
}

Note:
1) You can change color code(#86bc42) as per your requirement.
2) We will update the CSS in next version and will update it as soon as possible.

If you get any issue to implement the above CSS, Please send us comment we will definitely help you.

Thanks for the patience.
pegmongkol
pegmongkol PURCHASED
5 years ago
Thanks
I update new version it worked.
Chitrakoot Web
5 years ago
You're always welcome. Thank you for the patience.