Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the question-answer domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u845912282/domains/pickplugins.com/public_html/wp-includes/functions.php on line 6121
CSS for Hyperlinks in Accordion Plugin

CSS for Hyperlinks in Accordion Plugin

Ticket for: Accordions
0
CSS for Hyperlinks in Accordion Plugin 1
Anonymous
May 14, 2020 02:07 AM 1 Answers
Member Since Jan 1970
Unsolved Solved Mark as Solved Mark as Unsolved
Subscribed Subscribe Not subscribe
Flag(0)

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
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
CSS for Hyperlinks in Accordion Plugin 2
PickPlugins
May 16, 2020
Flag(0)

Welcome to our forum.

Please try following custom CSS

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

https://imgur.com/rkfTgND

Regards

Sign in to Reply
Replying as Submit


Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/u845912282/domains/pickplugins.com/public_html/wp-content/plugins/post-grid/includes/functions-builder.php on line 10