• 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/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author jeff_

    (@jeff_)

    It is different on each websites… what is your plugin ID ?

    Thread Starter alphasim

    (@alphasim)

    … 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?

    Plugin Author jeff_

    (@jeff_)

    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.

    Thread Starter alphasim

    (@alphasim)

    Plugin Author jeff_

    (@jeff_)

    can you make a screenshot to show me what is wrong ?

    Thread Starter alphasim

    (@alphasim)

    Plugin Author jeff_

    (@jeff_)

    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;
    }

    Thread Starter alphasim

    (@alphasim)

    That handled it, thank you so much!

    Plugin Author jeff_

    (@jeff_)

    you’re welcome 🙂

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Frontpage-Slideshow] Changing button color from default bullet color’ is closed to new replies.