FAQ Color Change

  • Posted in : Responsy WP
  • adw1126
    Participant

    How can I change the FAQ tab color? I want to change it to #19cff7. http://culturalsync.com/faq/

    Mehmet S.
    Keymaster
    .accordion-toggle { background-color: #19CFF7; }
    
    adw1126
    Participant

    Where should this be placed? It is not working when put in the custom css field in the theme options on the backend

    Mehmet S.
    Keymaster
    .accordion-heading .accordion-toggle { background-color: #19CFF7; }
    
    adw1126
    Participant

    This is still not working. Is there anyway that you could possibly look into this for me? It would be greatly appreciated.

    Mehmet S.
    Keymaster
    .accordion-group .accordion-heading .accordion-toggle
    {
    background-color: #19CFF7;
    }
    
    adw1126
    Participant

    Perfect! Thank you very much for your help.

Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Responsy WP’ is closed to new topics and replies.