• I want to improve readability of my website by increasing the font weight. More specifically, font weight of these;

    • Single Post Page
    • Post Home Page
    • Footer navigation menu
    • Both sidebars

    Please help. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter flynn18

    (@flynn18)

    The cord below did increase the font weight of Post page and post home page.
    .entry {
    font-weight: 400;
    }

    .entry.excerpt {
    font-weight: 400;
    }

    But the footer navigation menu and some other areas has still got to increase the font weight. Please help.
    Thank you.

    Hi flynn18. Have you tried using the “body” tag? It should cover everything except the sidebar content. Or you could target the footer menu using the “#nav-footer” id and the sidebars using the “.sidebar” class. Depending on the sidebar content you may have to target those widgets individually using classes like “.alx-tab a” and “.alx-posts a”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase Font Weight’ is closed to new replies.