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?
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
Yes, I it got it work – thanks for the help!