Alphasim
Member
Posted 9 months ago #
Hey all. I'm trying to change the text color on my side buttons to white, but they stick to whatever my default bulleted text color is. If I change the bulleted text color to white it looks correct, but all of my bulleted text disappears into the white background. Is there a way to fix this? I've read that some people changed their theme in some way to make it work, but not how they did it. Any help would be appreciated.
http://wordpress.org/extend/plugins/frontpage-slideshow/
It is different on each websites… what is your plugin ID ?
Alphasim
Member
Posted 9 months ago #
... it doesn't show one. It's blank. I didn't notice that before. It reads:
Your plugin unique ID is:
And that's it. That's probably the problem, isn't it? There's a warning that reads:
URL file-access is disabled in the server configuration in (address) on line 698
Another reads:
[function.file-get-contents]: failed to open stream: no suitable wrapper could be found in (address) on line 698
Does that help?
Nope the plugin IP let me access to some interesting informations about your WP (version, theme etc…) and your hoster don't allow this system to work, but that don't makes the slider crashes…
Give me your WP url so that I can see by myself.
Alphasim
Member
Posted 9 months ago #
can you make a screenshot to show me what is wrong ?
Alphasim
Member
Posted 9 months ago #
try to put this on your theme css :
#fs-main li {
color: {your desired color here}!important;
}
for example :
#fs-main li {
color: #fff!important;
}
Alphasim
Member
Posted 9 months ago #
That handled it, thank you so much!