Custom accordion content link colors

Ticket for: Accordions Combo
0
Custom accordion content link colors 1
pickplugins-mdj
Jul 25, 2022 10:15 PM 1 Answers
Member Since Jul 2022
Subscribed Subscribe Not subscribe
Flag(0)

I see that it is possible to modify the text color and the background for accordion content, that is a great feature, however I do not see that it is possible to modify link colors. This is VERY important if your default link colors conflict with the background color. Can this be addressed?

Thanks and this is an AWESOME plugin!

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Custom accordion content link colors 2
Azizul Raju
Jul 26, 2022
Flag(0)

Hi, thanks for your post.  to make an individual accordion link color, you can copy the CSS code below and paste it into the Custom CSS section.
Screenshot: https://i.imgur.com/2gzf4mX.png

.accordions-11 a{
color: red !important;
}

Note: You’ve to replace the number 11 from the CSS selector .accordions-11 a with your accordion ID number. This way, you can target a specific accordion and apply a different style. You can check your accordions ID under the All Accordions section.
screenshot: https://i.imgur.com/Pwey1xq.png

Let us know if it helps!

Sign in to Reply
Replying as Submit