Hello,
Thanks for reaching out to us.
You can change the color of the FAQs category container by using the following CSS code in the child theme.
.qae-faqs-container {
background: #b31a3126;
}
Let me know if this helps.
Regards,
Usman
Hi Usman, thank you, sadly it does not work when I add it to the additional css in the theme.
Moreover, the plugin CSS does not have such a class, only those, none of which have the background-color attribute:
.qe-faqs-filters-container {
list-style: none;
padding: 0;
margin-bottom: 1em;
}
.qe-faqs-filters-container li {
display: inline;
padding: 0;
margin: 0;
}
.qe-faqs-filters-container li a {
display: inline-block;
border-bottom: 1px solid;
padding: 5px 10px;
margin: 0 10px 0 0;
}
.qe-faqs-filters-container li a:hover {
border-bottom: 2px solid;
}
.qe-faqs-filters-container li.active a {
border-bottom: 2px solid;
font-weight: bold;
}
As this was not resolved I would kindly ask for assistance in that matter.
Hello,
I have just rechecked it on your website and you can see it in this video that the CSS code works – https://jmp.sh/aodCZU1D
Anyways, I have modified it a little more to ensure that it works. So, please replace the previous one with the updated code.
.qae-faqs-container {
background: #b31a3126 !important;
}
You must add the above code in the Additional CSS box (Dashboard → Appearance → Customize → Additional CSS).
Let me know if it still doesn’t work.
Thanks & Regards
Thank you Usman, now it works 🙂