Gazette – Color lettertype

  • Hi,

    I recently changed to the ‘Gazette’ theme.

    Is there any way I can change the color of the ‘date’, ‘topic’ and ‘number of reactions’ (on the homepage – above and under every article) to a lightblue and smaller lettertype?

    Thanks!

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

  • mariaantoniettaperna · Member ·

    Hi MakeupForWomen,

    The CSS to write in your custom CSS editor is as follows:

    .cat-links a,
    .comments-link a,
    .posted-on a {
      color: lightblue !important;
      font-size: 11px;
    }

    If you’d like the code to be applied only on the home page, simply add .home before each selector. For example: .home .cat-links a.

    I hope this helps :)
    – Maria Antonietta

  • The topic ‘Gazette – Color lettertype’ is closed to new replies.