Hi,
I was wondering if you could help me with the changing the accordion background colour for the title tabs and the content background and also making the accordion tab text black and bold with 2 font size above the default size. Attached is a screenshot.
Thanks
Hey!
Please add following code to Quick CSS
p.toggler {
color: black!important;
font-weight: bold;
background-color: white!important;
}
.toggle_content {
background-color: white!important;
}
Cheers!
Yigit
Thanks. it worked.