• Resolved donnajune

    (@donnajune)


    Actually, my issue is with the sidebar on ALL pages except Home. I love the font of Sketch, but the weight or the size of the sidebar items (not the titles) is far too small or too light on the desktop (oddly, it works fine on mobile).

    I have successfully changed the font color from orange to a lovely dark teal using your advice in a previous answer in the forum using Custom CSS, so thank you for that! I searched for an answer to this, but since I’m not very familiar with CSS selectors, using Easy Google Fonts isn’t an option.

    Can I change either the weight or size of the font in the widgets using Custom CSS?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • lizkarkoski

    (@lizkarkoski)

    Hi –

    Yes, you can adjust the font size in your sidebar with CSS. Try adding this.

    .site-content .widget-area {
    font-size: medium;
    }

    Write back if you need anything else.

    Thread Starter donnajune

    (@donnajune)

    No joy. It looks exactly the same. Must be something in the theme overriding that. I put it into the Additional CSS section with all the other lovely code you guys have taught me and cleared the cache and reloaded. Nothing.

    I do love this theme, but that sidebar text is TINY.

    What do I try next?

    Thread Starter donnajune

    (@donnajune)

    Ah, I tried changing it from “medium” to “large” and that worked!!! Thank you so much for your help!

    Thread Starter donnajune

    (@donnajune)

    Whoops. I guess I’m supposed to close the topic!

    Thanks again, @lizkarkoski!

    lizkarkoski

    (@lizkarkoski)

    Perfect ?? Happy to hear you have it sorted!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sidebar (Widget) Text Size or Weight’ is closed to new replies.