• Hi,
    I imported a few hundred posts from a client’s website, and they all seem to have a heading style assigned to the post text. Is there any way I can change all text to be paragraph style, without having to do each individually?
    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    Add the following to the Additional CSS of the customizer:

    h5 strong {
        font-weight: 400;
    }

    You can add additional style rules like changing the font or size, color, etc.

    Thread Starter pinpoint

    (@pinpoint)

    I’d been thinking of how to apply a different style, but you’re right–editing the style is the simplest.
    Thanks

    Moderator bcworkz

    (@bcworkz)

    No problem. If you feel like getting fancier at some point, use your browser’s element inspector tool to try out various rules. When you find some you like, copy them to the Additional CSS panel.

    Beware, once you find out how easy it is to experiment with CSS this way, you can spend a lot of time tweaking your site’s appearance in ways that are pleasing to you but others are unlikely to notice :).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘styling imported posts’ is closed to new replies.