Override link color?

Ticket for: Accordions Combo
0
Override link color? 1
Anonymous
Jul 08, 2020 12:44 AM 1 Answers
Member Since Jan 1970
Unsolved Solved Mark as Solved Mark as Unsolved
Subscribed Subscribe Not subscribe
Flag(0)

I'm attempting to make the hyperlinks in my accordions match the overall site color for links. I tried pasting the following code into the Additional Code section, but it doesn't seem to do anything:

a {
text-decoration: underline;
}

a { color: #016099 }

 

I would appreciate any help you can provide.

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Override link color? 2
PickPlugins
Jul 08, 2020
Flag(0)

Welcome to our forum.
Please try following CSS

.accordion-content a { color: #aa240f !important; }

Sign in to Reply
Replying as Submit