• I’m trying to make the tagline bold. I’ve tried several css recommendations but none work. For example, this didn’t work:

    .site-description {
    font-weight: 800;
    }

    Neither did this:

    .site-description {
    font-weight: bold;
    }

    Any suggestions? TIA

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

  • The topic ‘Make tagline bold – nothing has worked’ is closed to new replies.