Blog Title colors

Hi all,
I Love this template but i have a problem with the color of titles in the blog section, they still remain of the default color even if i change the color in Customize -> Colors, the same happen with the sidebar.
In the home page the buttons are green as i want but in the blog i can’t change the color.
Can someone tell me what to do?
Thanks
Luca

https://auraal.com/blog/

I forgot the screen… here you are…

Hello there,

I hope you are doing well today.

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


/*Blog Title*/
.post-content .entry-content .post-title a {
    color: green;
}

/*Sidebar font color*/
.widget.widget_recent_entries ul li a {
    color: green;
}

Best Regards,
Support