Property to hightlight the title of a graph

Hello,

Which property allows to hightlight the title of a graph please ? As you can see on the image, it is greyed out, I can’t find.

Thank you !

Hey @BeginnerDash ,

Did you check the layout reference ?

https://plotly.com/python/reference/layout/

Maybe you can use something like

fig.update_layout(title_font_color=<VALUE>)

Have a nice day.

Hi @akroma , thank you for the reply, it’s not the coloring of the text that I’m looking for, but its container, the whole part of the title is highlighted, as you can see on the screen, can’t find how to do it.