Change colour of blog tagline

Hello,

Not sure what section is responsible for blog tagline colour but I need to change it. How do I do this? Image attached…

Hi there

please always include link to your website in question

www.boothified.ca

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the header color by going to Appearance > Customize > Additional CSS and pasting it there.


#header .bottom-header.blog {
    background-color: red;
}

Best Regards,
Support

Hello, I’m looking to change the TAGLINE TEXT COLOR (text underneath the title), not the background. Please what is the correct CSS?

Hello there,

This would change the tagline color:


#header .bottom-header.blog p {
    color: #fff !important;
}

Best Regards,
Support