Hi there
I would like to increase the font on the titles on my front page accordion toggle as well as bold it. Is there a simple way of doing this? I have included a link to the website.
Thank you!
Richard
Hey rvetter,
Try this code in the General Styling > Quick CSS field:
.toggler {
font-weight:800 !important;
color: #222 !important;
}
I added the darker font color, but you cam remove if you want :)
Best regards,
Mike
Thanks Mike! That did the trick!