Hi there, i did not found a solution in the forum. How can I change the text color from an open toggle tap. Only the color of the content text, not the headline.
Regards!
Hey RENZCOM,
Thank you for the inquiry.
You can use this css code to adjust the style of the toggle content.
.toggle_content {
padding: 12px 30px 11px 30px;
margin: 0px 0 5px 0;
border-style: solid;
border-width: 1px;
border-top: none;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
overflow: hidden;
color: red;
}
Best regards,
Ismael
Thanks Ishmael,
but unfortunately it doesn’t change anything.
Hi,
The page you linked to is password protected, please share the password in private.
Best regards,
Rikard
I am so sorry, you will find the pw in private. I like to change the text color to #1a1a1a
Hi,
Thanks for that. Please try this CSS as well:
.active_tc .toggle_content p {
color: #a1a1a1;
}
Best regards,
Rikard
Awsome! Thanks a lot!!
Hi RENZCOM,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko