• Resolved MrMountain

    (@mrmountain)


    Does anyone know how to change/edit default post title colour in CSS? Both home page and single wiew. Need to make it light, because my background content area colour is now dark grey.

Viewing 1 replies (of 1 total)
  • Thread Starter MrMountain

    (@mrmountain)

    Found it. The following codelines does the trick for both homepage and single post/page wiew:

    .post-title { color: #cccccc; font-weight: normal; margin-bottom: 10px; font-size: 22px; font-weight: 400; line-height: 1.5em; -ms-word-wrap: break-word; word-wrap: break-word; }
    
    .post-title a { color: #cccccc; }

    Paste the code in custom CSS field og child theme. Edit the hex colour code, in my examle cccccc

Viewing 1 replies (of 1 total)
  • The topic ‘How to change colour on post titles?’ is closed to new replies.