Ticket for: Accordions
0
mark9
I have text within an Accordion that links to PDF file. How do I style that text to change color upon hover?
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
Please try following class selector
.accordion-content a { color: #252323 !important; font-size: 17px !important; }
Use !important
if needed to override.
Regards