Hello kduncan,
Greetings of the day!
Thank you for using our theme.
We have reviewed your site and it seems that content is already loaded.
You have added custom CSS to hide the content area.
The below code cause the issue.
#content {
display: none;
}
You can either remove the above code or add new code to custom CSS area.
To add new code follow the below steps.
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”.
3) Paste the below code in “Additional CSS” and save it afterward:
#content {
display: block;
}
Hope it will work for you.
Thank you
-
This reply was modified 5 years, 2 months ago by nirav.