Viewing 1 replies (of 1 total)
  • Hi there! You can use CSS to target pieces of text and change the colors/fonts. When adding CSS, don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated to the latest version.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. Then you can add your custom CSS in Appearance > Edit CSS.

    (Alternatively, you could either install a standalone custom CSS plugin, or create a child theme.)

    Once you have that setup, you can target whichever pieces of text you’re wanting to adjust and make the changes using CSS.

    For example, on the demo, if I wanted to change the content on the About page to have red text, I would use this CSS:

    .post-110 .entry-content {
         color: #ff0000;
    }

    The post-110 targets the About page specifically, while the next part says which piece of the about page (the content) to change.

    If you need any help figuring out how to target a certain bit of text, feel free to reply with a link to your site and exactly which text you’re wanting to change and I’ll take a look! 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Magzimum] Pique’ is closed to new replies.