change color of accordion title

Found this CSS in the forum, but it doesn't change the title color:   

















.accordion .question .title {  #FBE983 !important;  }

Please advise


Comments

  • Hi,

    we have no idea where you found it but it's wrong. The right code should be:
    .accordion .question .title {  color: #FBE983 !important;  }
  • this changes the color of the tab, but not the color of the heading in the accordion
  • Above, you wrote that you want to change "color of accordion title" and this is what exactly above css do. So if this is not what you are looking for then maybe you mean to change background color of accordion heading section?
  • hi what is the css code if we want the question title changed color after we click it?
  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
Sign In or Register to comment.