I am having the worst time trying to learn the new 7.1 system. It seems to be far less customize-friendly than 7.0, and I cannot figure out how to remove the strikethrough effect on active links in my navigation (which should be an easy enough task). I tried looking in font settings and am now trying to code it out, with no luck there either.
.header-nav-item a {
text-decoration: none!important;
}
Question
SPT 0
Site URL: https://www.stpaulstrust.org/
I am having the worst time trying to learn the new 7.1 system. It seems to be far less customize-friendly than 7.0, and I cannot figure out how to remove the strikethrough effect on active links in my navigation (which should be an easy enough task). I tried looking in font settings and am now trying to code it out, with no luck there either.
.header-nav-item a {
text-decoration: none!important;
}
.header-nav-item a:hover {
text-decoration: none!important;
}
.header-nav-item--active a {
text-decoration: none!important;
}
Has anyone else experienced this issue and have you found a solution?
Edited by SPTLink to post
Top Posters For This Question
1
1
1
1
Popular Days
Apr 15
1
May 13
1
Jun 21
1
Jul 30
1
Top Posters For This Question
SPT 1 post
andersen.lucy 1 post
M_M 1 post
pizzac4t 1 post
Popular Days
Apr 15 2020
1 post
May 13 2020
1 post
Jun 21 2020
1 post
Jul 30 2020
1 post
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment