Hi athemes,
We would like to know how to change the font color of the Request a Callback Map widget at the bottom of the Finance theme to white. Please see the screenshot below.
Thank you,
German
Website URL: http://1nt.720.myftpupload.com/
Hi athemes,
We would like to know how to change the font color of the Request a Callback Map widget at the bottom of the Finance theme to white. Please see the screenshot below.
Thank you,
German
Website URL: http://1nt.720.myftpupload.com/
Hi,
The text that you mentioned already have custom CSS code, Please check it and change directly from there.
Or, you can also use this CSS code below:
div#wpcf7-f120-p4-o2 h2 {
color: white !important;
}