Comments dancedarted started the conversationMay 10, 2021 at 5:19pmHow do I change the font size and typeface for the body text in a sidebar?In the customizing options, I can adjust the font size of header in sidebar but not the body copy.Much thanks for your help. 2,616PenciDesign repliedMay 10, 2021 at 5:54pmHi, You can do that by copy the code below and paste it to the end of Customize > Custom CSS box: #sidebar .widget { font-size: 14px; font-family: inherit; color: #333333; } #sidebar .widget h1, #sidebar .widget h2, #sidebar .widget h3:not(.widget-title), #sidebar .widget h4, #sidebar .widget h5, #sidebar .widget h6 { color: #000000; } Change color codes above 333333 and 000000 to any color code as you want. You can get a color code here Regards, Pencidesigndancedarted repliedMay 11, 2021 at 4:08pmMuch thanks.That's worked. Sign in to reply ...
How do I change the font size and typeface for the body text in a sidebar?
In the customizing options, I can adjust the font size of header in sidebar but not the body copy.
Much thanks for your help.
Hi,
You can do that by copy the code below and paste it to the end of Customize > Custom CSS box:
Change color codes above 333333 and 000000 to any color code as you want. You can get a color code here
Regards,
Pencidesign
Much thanks.
That's worked.