Tagline

  • Unknown's avatar

    Is there a way to change the color of the tagline or is that dependent on the theme? I’m using Apostrophe 2, which is otherwise customizable.

    WP.com: Yes
    Jetpack: No
    Correct account: Yes

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    Yes, you can change the color of the tagline for the Apostrophe 2 theme on WordPress.com by using custom CSS:

    1. Go to your WordPress.com site and navigate to the “Customizer” by clicking on “Appearance” and then “Customize”.
    2. In the Customizer, click on “Additional CSS”.
    3. In the Additional CSS section, add the following code:
    .site-description {
      color: orange;
    }

    Replace “orange” with the hexadecimal code for the color you want to use.

    1. Click on “Publish” to save your changes.

    This will change the color of the tagline on your site to the color you specified in the CSS code.

    Note that custom CSS is a feature available with WordPress.com Premium or Business plans. In addition to CSS, you also receive no ads, a custom domain subscription included for the first year, extra media library storage, email/chat support, and more:

    http://wordpress.com/plans

    Please check out the plans and let us know if you have any questions.

    Thanks!

  • The topic ‘Tagline’ is closed to new replies.