• Hi

    I have wp job manager installed and would like to reduce the font size of the job title via css since it is as big as the page title. I have tried to use a lot of css codes i found across the web but still it did not reduce the font size.

    Help.

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

Viewing 1 replies (of 1 total)
  • Not sure if you still need help. But this worked for me. Add the following code to your custom CSS. Adjust the 40px as you desire for your site.

    .entry-header .entry-title {
    font-size: 40px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How To Reduce Font Size’ is closed to new replies.