Ticket for: Accordions
0
Anonymous
I tried using the css code found via google in another user's question on changing the color on the text that happens to be a hyperlink. But the code isn't changing and I can't figure out what additional code needs to be changed so that my links are set-out with a different color than the main text. Here's the page where I've got the Accordion Plugin working:
https://sugarcreekeventrentals.com/qa/
0 Subscribers
Submit Answer
1 Answers
Best Answer
0

Welcome to our forum.
Please try following custom CSS
.accordion-content a {
color: #f00 !important;
}
https://imgur.com/rkfTgND
Regards