• Hello I would like to know the css code to change the color of the “+” button in the faq page. I have the free version thank you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Normally something like the following should do the trick:

    .ewd-ufaq-post-margin-symbol {
    color: #f0a;
    }
    

    If it doesn’t, it probably means your theme or something else is overwriting our CSS. If that’s the case, I’d need to see your page, to see if there’s some more targeted specific CSS that could be used.

    Thread Starter gnplanner

    (@gnplanner)

    Hi thanks a lot it worked really well.

    Last question ??
    I need to reduce the size of the “+” too.

    Thank you

    • This reply was modified 4 years, 8 months ago by gnplanner.
    • This reply was modified 4 years, 8 months ago by gnplanner.
    • This reply was modified 4 years, 8 months ago by gnplanner.
    Plugin Support jaysupport

    (@jaysupport)

    For that, you should be able to use very similar CSS to what we provided. For example:

    .ewd-ufaq-post-margin-symbol span {
    font-size: 15px;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change the color of the “+” button.’ is closed to new replies.