-
AuthorPosts
-
July 2, 2015 at 1:06 pm #467458
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!July 2, 2015 at 4:19 pm #467620Hey aB-Agenta!
You can use this CSS for the accordions.
.toggler { color: red !important; } .toggle_content { color: blue !important; }
Best regards,
ElliottJuly 3, 2015 at 8:38 am #467863Hi 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!July 3, 2015 at 10:14 am #467884sorry, 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.
July 4, 2015 at 6:19 am #468307Hi!
Please try the following in Quick CSS under Enfold–>General Styling:
.toggle_icon, .vert_icon, .hor_icon { border-color: red; }
Regards,
RikardJuly 6, 2015 at 10:27 am #468764Hi Rikard,
it did not work. :(
July 6, 2015 at 10:29 am #468765I also tried it with !important;
July 6, 2015 at 4:04 pm #469047Hey!
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- This reply was modified 9 years, 4 months ago by Elliott.
July 7, 2015 at 8:40 am #469456good morning!
I attached the link below…
July 7, 2015 at 10:58 am #469525Hi!
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!
YigitJuly 7, 2015 at 11:21 am #469542Hi Yigit,
i created an account.July 7, 2015 at 11:36 am #469552Hi!
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!
YigitJuly 8, 2015 at 12:46 pm #470180Awesome! Thanks a lot!
July 8, 2015 at 12:48 pm #470183Hi!
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 -
AuthorPosts
- The topic ‘Change Font Color of Accordeon Headings’ is closed to new replies.