Change activello tagline colour to #a161bf

Please can you advise how I can change the tagline colour to the themes purple?

Hey there

let me see it please provide the direct url of the website and I will generate custom css for you

Thanks

Is this what you need?

Hi there

You can use this css code to fix your problem:

.tagline {
color: #a161bf;
}

thank you but it didn’t work

Hi Emma

Probably code was added incorrectly? it should work for sure, show me a screenshot of the code snippet in the CSS box

@media screen and (max-width: 767px) {
#sbi_images {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
}
#sbi_images .sbi_item,
#sbi_images .sbi_item .sbi_photo_wrap,
#sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
width: 12rem !important;
height: 12rem !important;
}
}
#header .bottom-header.blog p {
color: #a161bf !important;

.tagline {

color: #a161bf;
}

hey there

No closing brackets here: Screenshot by Lightshot that’s why its not working