[ad_1]
Hi @broncojon,
Where and how are you adding the text which visitors are unable to see?Please share a screenshot of the issue so that we can understand it better. You can upload the screenshot on https://snipboard.io tool and share the URL here.
https://snipboard.io/rQ5mzC.jpg
You have this css rule stopping it from being
.entry-content, .entry-summary {
- display: none;
}
changing the display to block will allow it to be shown
This can be done in different places depending on your theme. If you are using a classic theme you can add the rule to the customzer. If it a block based theme you are looking at adding it to the style.css file or to the theme.json file.
Found it! Thank you so much! You’re a life saver!
