I think I found the change your friend made that made the excerpt text white.
Try adding this to Custom CSS:
body {
color:#000;
}
deleted and reinstalled the plugin and it seems to be working now. Thanks it looks a lot better than having a ton of gray/white space.
The text shows up in the rest of the homepage but now it’s missing from the carousel (at least I remember there text being there). Not a big deal but otherwise it looks really awesome.
I think the glow looks pretty cool.
One last question, if I want to change the color of the white center what code would I use?
You are a lifesaver, this is all amazing.
I like the glow too.
If you make the last change I suggested, you can delete the .story-text change and all your text will magically appear again.
This is the code to change the color of the white background:
#content {
background: #ddd;
}
Last question I promise. How would I go about changing the background on the widgets themselves?
How about changing the headers instead of the background?
span.widget,
.section-header span,
span.section {
color: #fcbc00;
}
That looks really good actually.
Thanks again for all your help. I went to the vendor’s site and they said they couldn’t help me so this is all appreciated, thank you.
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Side note (again): Much thanks to stacyduval for all this great support. 😉