• Resolved marifukuda

    (@marifukuda)


    I’ve been trying to figure out for awhile, but still can’t figure out… so if anyone know how to change the font color on Bouquet theme, kindly could you let me know…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    How familiar are you with CSS?

    Moderator Kathryn Presner

    (@zoonini)

    You can change the font colour within the body of posts and pages by adding this custom CSS:

    .entry-content {
      color: #bb00bb;
    }

    Change the colour code to anything you like.

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font color on Bouquet theme’ is closed to new replies.