Change the colour

  • Unknown's avatar

    Hello! how I can put the title name of my recipes in other color, thanks

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

  • Unknown's avatar

    Hi!

    There are two places that you might want to change the title name of your recipes. On your home page and in your individual recipe pages.

    This Custom CSS will affect your home page recipe title names:

    .blog .entry-title a {
        color: red;
    }

    This Custom CSS will affect your individual recipe page’s title:

    h1.entry-title {
         color: red;
    }

    You can change the color to a name or a color code (for example: #060606). You can find color codes here: http://htmlcolorcodes.com/

    To access the CSS editor, first launch your site customizer then click on the CSS tab to access the CSS editor.

    Hope this helps and let me know if you have any questions!

  • The topic ‘Change the colour’ is closed to new replies.