Archived topic
How do i change font colour and background text color of an element?
5 replies · Started by octavio on July 17, 2020
Hey there guys!
I went through all my 'customize' color settings and i couldn't find the colors shown in the element below, so i don't really know where to go to change them.
Please see the images below, thank you!
https://prnt.sc/tji55r
https://prnt.sc/tji4x3
Any help is much appreciated,
Thanks guys
to be more specific, i would like to change this black color here.. i don't find it anywhere
Hi there,
Go to Customizer > Additional CSS and modify this block of CSS:
.inside-page-hero h1 {
background-color: #0c0c0d;
padding: 12px 33px 12px 33px;
box-shadow: 0px 0px 30px 0px rgba(12,12,13,0.66);
text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
}
Leo thank you very much!
Have a great day.
.
No problem :)