FAQ

Hi, I want to know if it is possible to change the title from the FAQ item on Betheme, I only could change the content from FAQ, my website is www.willcast.com.br  , take a look on that to understand what I am talking, FAQ on portuguese means PERGUNTAS FREQUENTES, you will see that written on my website.

Comments

  • Hello,
    You want to hide the "PERGUNTAS FREQUENTES" title?
    I do not quite understand, can you explain it greater?

    Also, I removed the second topic, it looks like it's the same question at all.
    Thanks
  • I don´t want to hide the PERGUNTAS FREQUENTES, what i am saying is that I don´t know how to change the size, color, style etc of the titles from FAQ,  if you take a look you will see that the contents of the titles are blue but the titles I don´t know how to change, The question is not about PERGUNTAS FREQUENTES but the titles of it, the content I know how to change, can I customize the titles?
  • You have to use the Custom CSS code, use this one:
    .faq .question:not(.active) .title{
    color:blue !important;
    }

    Please paste that code into Theme Options > Custom CSS & JS > CSS
    Thanks
  • Thanks, the first title of FAQ is " A WILLCAST É PROPRIETÁRIA DESSES CURSOS?" , how can i use the custom css on that title? I am not familiar with css code, can you give me an example?
  • You want to change the color of this item only? When it's active or not?
    This CSS code I sent you affect it on all of them.

    Thanks
Sign In or Register to comment.