Hi,
I would like to change the font color of the Accordeon Colors; not the color for everything defined in the enfold design menu. I think I need to use the short css; could you please help me with the code?
Thanks!
Hey aB-Agenta!
You can use this CSS for the accordions.
.toggler { color: red !important; }
.toggle_content { color: blue !important; }
Best regards,
Elliott
Hi Elliot,
thanks for the quick reply! I also would like to change the color of the plus and minus sign…could you help me again?
regards!
sorry, me again;
i did not mean the content of the accordeon; i meant the headings/titles of the closed accordeon, the background and the plus and minus sign on the left side.
Hi!
Please try the following in Quick CSS under Enfold–>General Styling:
.toggle_icon, .vert_icon, .hor_icon {
border-color: red;
}
Regards,
Rikard
Hi Rikard,
it did not work. :(
I also tried it with !important;
Hey!
I think that should be working. Try adding it to the Quick CSS field. Send us a link to your page and we’ll take a look.
Best regards,
Elliott
good morning!
I attached the link below…
Hi!
Please try the code as following
.vert_icon, .hor_icon {
border-color: orange!important;
}
If that too does not help, please create a temporary admin login and post it here privately.
Cheers!
Yigit
Hi Yigit,
i created an account.
Hi!
Please review your website now. I have noticed that you are commenting your custom CSS code using “////”, correct way of doing it should be as following
/* icon liste farbe von icons */
Cheers!
Yigit
Awesome! Thanks a lot!
Hi!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit