Footer widget area links styling
-
Hi there,
I am trying to style the links in the footer widget area.I have managed to add
.widget-area a {
color: var(–footer–color-link);
text-decoration: none;
text-decoration-style: solid;
text-decoration-color: currentColor;
}and it works However I am having a hard time to define the active (onclick) background color.
I have tried adding.widget-area a:active {
background-color:transparent;
}but it doesn’t work. When I click on a link it still shows black…
My webpage is not public and you have to insert this to view it
frontend: KBqJRdMfk4cBsNHThe page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Footer widget area links styling’ is closed to new replies.
