'Blog categories' title

Please see - Blog | MKA Architects

Can I format the ‘blog categories’ title on the right hand side sidebar to be orange?

Many thanks for your help

Hello,

I hope you are doing well today.

This CSS should work:


.widget.widget_categories ul li a {
    color: #f8981c !important;
}

Best Regards,
Support

Thank you for this.

This changes the blog categories, my question was changing the title ‘blog categories’ in the sidebar.

Thanks!!!

Hey there

What do you mean exactly in the format? because you already have this CSS in the custom CSS to change color:

.widget.widget_categories ul li a {
color: #f8981c !important;
}