Change Colour FAQ plus sign

edited June 2018 in Theme support
I found how to change all necessary colours with css but how to change the colour of the plus and minus sign to the right?

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
  • edited June 2018
    like this code: 

    .faq .question { background: #323232 !important; }
    .faq .question .title { color: #ededed !important; }
    .faq .question::before { border-color: #ededed !important; }
    .faq .question::after { background: #323232 !important; }

    but for the plus sign to the right

  • .faq .question .title > .acc-icon-plus, .faq .question .title > .acc-icon-minus {
        color: #ffffff;
    }

    Where #fffffff is your color.

    Good luck
  • Thanks a lot :)
  • You're again right.
    I'm glad you're helping other people.
    Thanks !
Sign In or Register to comment.