How to change 'Meta Blog TItle' color code

Hello,

How do I change the 'META blog title' color code?
I am using a blue background and its not visible.
I would like to find the source and change the color code.

Thank you in advance

Add this to your styles.css for your template:

.pulsecore dl.tags {
   color: #777;
 }

And amend the colour to how you like it :slight_smile:

I added to the style css do not see any changes. Let me know if did it right.

hi @kwakugh

Edit blog.css inc/tags/css/blog.css

.blog-title {
    color: #fff;
    font-size: 36px;
    line-height: 1.6em;
}

Armendi :slight_smile:

3 Likes

Works perfectly!
Thank you very much Armendi :clap:

1 Like