Hello,
is it possible to change accordion tab background color by even or odd tabs?
I would like to change this accordions to have every odd/even tab to have different color:
if yes how does css looks like?
thank you
Hi,
You can use the following CSS code:
.faq .mfn-acc .question:nth-child(2n){ background-color: #f00!important; }
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Comments
Hi,
You can use the following CSS code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards