You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I deploy the ideapress solution (as downloaded and extracted) without making any changes, the title doesn't load as well as text doesn't load in the various posts (but the images do. Why is this happening?
The text was updated successfully, but these errors were encountered:
this is because the text and the background color are the same color. Both white. I will update that in the source. In the mean time, you can use css to change it.
body {
background-color:#{ColorCode} !important;
}
When I deploy the ideapress solution (as downloaded and extracted) without making any changes, the title doesn't load as well as text doesn't load in the various posts (but the images do. Why is this happening?
The text was updated successfully, but these errors were encountered: