It will be specific to the theme you are using.
It should be in functions.php but some themes put that stuff in sub-folders i.e. incsludes etc
Thread Starter
Ray
(@bpm125)
Thanks. I looked at functions and sub-folders but I can’t find it. It’s called the Marketing-Expert theme and I can’t find any documentation on it.
use a program like winrar to search within theme files for the string.
OR
Unzip all the files into a folder and use a text editor like notepad++ to search within files for a string
for the most easy solution is hiding it using css.
.your-div-class {
display: none;
}