The text in our home page tagline has disappeared. I'm looking through the css code and see that it is wrapped by the 'feature-text' div and the css setting look fine but nothing is showing. The text content is entered in your Theme options/home page bottom settings in the Tagline Text field. Yet nothing shows up in the tagline area. What am I missing? Thank you. Daniel
This problem might be occurring due to any one of the plugin you are using, Deactivate all plugins one by one and checkout which plugin creating this problem. This will solve your issue.
I've not added any new plugins since it was working. I've gone ahead and deactivated all plugins and it still doesn't display any text in the tagline area. Thanks.
We are not getting your issue. Please explain with the help of screenshot, About which area you are talking.
Paste the following code in your custom css Appearance -> Theme Options -> Styling Options -> Custom CSS Code: .feature-text h1 { font-size: 25px; } This will solve your issue.