Color of the title

  • Hello!

    I would like to put my tittle in white, but i can’t find any way to do it. If someone have some advice , please helpp!!! Thank you ! :)

    droitquebecois.wordpress.com

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

  • Hi vickyvaliquette

    I would like to put my tittle in white, but i can’t find any way to do it. If someone have some advice , please helpp!!! Thank you ! :)

    -If you change your title color to white. Then you also need to change the background color of that. Because when you will change the title color to white and don’t change the background color, then the title will be invisible to the user.

    Here is the CSS code for changing both color and background color for the title, You can change the color as per your requirement:

    h1.site-title {
        color: white;
        background-color: grey;
    }

    Custom CSS can only be added if you are under premium or business plans. To know more about how to add custom CSS here is the support document for that:
    https://en.support.wordpress.com/custom-design/editing-css/

    To know more about plans features and pricing please refer to support link below:
    https://wordpress.com/pricing/

    Hope this helps.

  • Hey vickyvaliquette,

    This is possible only using the Custom CSS for which you must have a Premium or a Business plan. The free plan doesn’t allow you to add custom CSS.
    https://en.support.wordpress.com/custom-css/

    Please check the pricing.
    https://wordpress.com/pricing/

    Though you can choose any color palette from the customizer if you want but that won’t change only the title.

    To change the title color, you need such code.

    .site-title a{
    color: #ffffff;
    }

    And you seem to have the free plan so this CSS can’t be used.

    Hope this helps.

  • The topic ‘Color of the title’ is closed to new replies.