Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #282895

    hello Enfold people,

    i’m trying to set css for each head panel individually in my accordion. for example, the first in red, the second in blue etc…

    i found this ” #toggle-id-X” but i’m not sure i f i can apply css directly to this..

    thanks for your help :)

    Ben

    #282936

    Hi Ben!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    p[data-fake-id='#toggle-id-1'] { background-color: red !important; }
    p[data-fake-id='#toggle-id-2'] { background-color: yellow !important; }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.