dbjpanda / kb-elementor

Wordpress Elementor Plugin for creating wiki like knowledge based site | LMS | Category-Post tree | Series of Posts | TOC
10 stars 1 forks source link

Change Skin 2 active bar color #23

Open dbjpanda opened 4 years ago

dbjpanda commented 4 years ago

From: Gerhard van Huyssteen

I'm currently using [skin 2]. The little bar on the right-hand side that moves up and down as I move up and down, is currently green. Is there a way in which I can change the colour so that it matches the colour scheme of my website?

unnamed

Work-around

Add below css

#skin2 .is-active-link::before {
    background-color: blue;
}
gerhardvanh commented 4 years ago

Fantastic, worked perfectly!

Thank you for your fast response - much appreciated.