Choosing sidebar fonts?

Posted in: Newsmag
Post count: 15

Hi –

I cannot figure out how to select / adjust the fonts used in my site sidebar…

https://www.leanblog.org/2024/12/visual-management-gone-wrong-christmas-grocery-store/

I’d like the header and copy fonts to match the site defaults that I recently changed.

Thanks,
Mark

Post count: 35449

Hi Mark, unfortunately, this can be done only using custom css:
.td-container .td-main-sidebar p,
.td-container .td-main-sidebar a,
.td-container .td-main-sidebar{
font-family: Carlito!important;
font-size: 16px;
}

The above css can be set in the theme panel > custom code > custom css.
I hope it will help you!

Post count: 15

Thanks. I’d still like to adjust the headers in the sidebar to the Poppins font.

Post count: 15

Nevermind — I figured it out with ChatGPT 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.