Change FAQ answer color.

Hi, can I get the CSS to change the font color of the FAQ answers?

Comments

  • 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
  • Apologies.


    This is the screenshot of the FAQ opened. I would like to change the answer section (150x90cm) with a different color. Is there a custom CSS for this?
  • Hello,
    please send us a link to this page so we can inspect the code. We do not know from a screenshot how did you set up the items, sections or theme options.

    I can only say this: try to edit the section that the FAQ is inside and set the style of that section to "dark"
    thanks
  • Hi,

    I've managed to change the color with the CSS below. Thanks for your help!

    .faq .question .answer {
        color:white !important;
    }
Sign In or Register to comment.