Gridsome: How can I style active links

Created on 1 Mar 2019  路  1Comment  路  Source: gridsome/gridsome

I am trying to style active links. Well actually, I am trying to style active-exact links. However, I am not having any luck even after looking over the docs. I have some links in a bottom bar with this structure:
.custom-bottom-navbar nav a

Most helpful comment

Arghh, I just got it to work like this:
```
a.active--exact.active {
color: blue;
}

>All comments

Arghh, I just got it to work like this:
```
a.active--exact.active {
color: blue;
}

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cyrilf picture cyrilf  路  3Comments

sidekaraktergendut picture sidekaraktergendut  路  3Comments

nuriaheep picture nuriaheep  路  3Comments

kaceo picture kaceo  路  3Comments

maximelebreton picture maximelebreton  路  3Comments