Hi guys! I’d like for the accordion toggle bottom border on my FAQ page to be blue (instead of grey) when toggled or active. Could you help me with how to achieve this via css? Thanks :)
Hey bobfurgo,
I load the page and I can see it Blue, u managed fix it?
Best regards,
Basilis
No. I’m talking about the bottom border of the accordion container being blue while active. Not talking about the + if that it what you were thinking as that’s the only thing that’s blue at the moment.
Hi,
Thanks for the link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.page-id-44 .av_toggle_section .activeTitle {
border-bottom-color: #0077ff !important;
}
Then clear your browser cache and check.
Best regards,
Mike