Accordion Link

0
Accordion Link 1
timlutz1
Jan 17, 2018 10:02 AM 1 Answers General
Member Since Jan 2018
Subscribed Subscribe Not subscribe
Flag(0)

Is there a way to make a link look like its active in an accordion? When I scroll over the link with my mouse I would like it to change color to indicate that the link is clickable, but it currently does not do that.

2 Subscribers
Accordion Link 1
Accordion Link 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Accordion Link 4
PickPlugins
Jan 17, 2018
Flag(0)

Welcome to our forum.

You can custom CSS to highlight links under accordion content, please try following CSS

.accordion-content a {
  color: #f00;
}

See the screenshot how it works.

https://imgur.com/a/gsoLS

 

Regards

Accordion Link 5
timlutz1
- Jan 22, 2018 08:24 AM
Flag (0)
0

Nevermind, I figured it out. This worked…
.accordion-content a:hover { color: red !important; }

Accordion Link 5
timlutz1
- Jan 22, 2018 08:23 AM
Flag (0)
0

Nevermind, I figured it out. This worked…
.accordion-content a:hover { color: red !important; }

Accordion Link 5
timlutz1
- Jan 22, 2018 07:42 AM
Flag (0)
0

I tried the following code but it did not work.
.accordion-content a:hover {
color: white;
text-decoration: none;
}

3+ more comments. Sign in to Reply
Replying as Submit