Help with my link

Ticket for: Accordions Combo
0
Help with my link 1
Jewel Midelis
Jan 24, 2020 07:27 AM 1 Answers
Member Since Oct 2019
Subscribed Subscribe Not subscribe
Flag(0)

Hi, I would like to change the text and hover within the links in my accordion styles.

I'd like my link text to be the color #026686 and on the hover the link turn to #424242.

Thank you,

Jewel

2 Subscribers
Help with my link 1
Help with my link 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Help with my link 4
PickPlugins
Jan 24, 2020
Flag(0)

Welcome to our forum.

Please try following custom CSS

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

.accordion-content a:hover {
    color: #424242;
}

Let me know for more help.

Regards

Help with my link 5
Jewel Midelis
- Feb 11, 2020 12:52 AM
Flag (0)
0

Hi, I have that exact coding, but it's still not switching the colors. Is there anything else I can do?

Sign in to Reply
Replying as Submit