Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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!

    #467620

    Hey aB-Agenta!

    You can use this CSS for the accordions.

    .toggler { color: red !important; }
    .toggle_content { color: blue !important; }
    

    Best regards,
    Elliott

    #467863

    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!

    #467884

    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.

    #468307

    Hi!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .toggle_icon, .vert_icon, .hor_icon {
      border-color: red;
    }

    Regards,
    Rikard

    #468764

    Hi Rikard,

    it did not work. :(

    #468765

    I also tried it with !important;

    #469047

    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

    • This reply was modified 8 years, 8 months ago by Elliott.
    #469456

    good morning!

    I attached the link below…

    #469525

    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

    #469542

    Hi Yigit,
    i created an account.

    #469552

    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

    #470180

    Awesome! Thanks a lot!

    #470183

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Change Font Color of Accordeon Headings’ is closed to new replies.