Hi Vibe team:
I cant't change the title color in the header section.
refer screenshot: https://prnt.sc/h6u66b
I've tried make a change in the custom CSS with following code, which I found solution in this forum, but it doesn't work:
#title.light h1 {color:#000 !important;}
It seems that the original css has already marked "!important", so that I couldn't change it in the custom CSS.
Could you please help me? Thank you!
Jimmy
@Jimmy,
Go to wp_admin -> Appearance -> customize -> custom css
and paste this code in the editor
#title.light h1{color:#000000 !important;}
#title.light h5{color:#000000 !important;}