Hyperlinks color in Accordion

0
Hyperlinks color in Accordion 1
Andrew
Nov 20, 2016 10:19 PM 1 Answers General
Member Since Nov 2016
Subscribed Subscribe Not subscribe
Flag(0)

Hi there,

I just purchased the Premium accordion plugin. It is working out quite well.

I have a question about hyperlinks inside the accordions. On our site the links are a dark green (#005717) and not underlined. When you hover, they are underlined and bright green (#6BBF27). In the accordion, I have to set the font text color. I tried to leave it blank, but it defaults to #333333. Our site uses #444444. This results in the links displaying black. The CSS from the site for a:hover still works (underlined and bright green). If I do inline styling (style the link color to #005717), it is dark green, but it stays dark green when you hover over the link as well. Is there a workaround for this?

2 Subscribers
Hyperlinks color in Accordion 1
Hyperlinks color in Accordion 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Hyperlinks color in Accordion 4
PickPlugins
Nov 20, 2016
Flag(0)

Welcome to our forum,

you can use custom CSS to override, use following class rules.

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

.accordion-content a:hover{}

Let me know the result.

Regards

Hyperlinks color in Accordion 5
Andrew
- Nov 21, 2016 11:15 PM
Flag (0)
0

Yes, I it got it work – thanks for the help!

Sign in to Reply
Replying as Submit