• Resolved ab2021

    (@ab2021)


    The FSM Custom Featured Image Caption works perfectly by letting me run captions on featured images in posts, while preventing those captions from showing up on my homepage. However, the plugin also changes the font to white on a rolling news headline bar I run across the page. This makes the text in the scroll unreadable. Any fix for this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author fesomia

    (@fesomia)

    It’s not a problem with the font color. I see you’re using custom css to hide the caption in the other images, you need to narrow it to only hide the caption in the elements you are interested i.e. instead of

    .home figcaption {
        display: none;
    }

    try with

    .home .posts-holder figcaption {
        display: none;
    }

    After that you probably will also need additional css code to put the caption to the right of the image in the scrolling headline. Have in mind that the plugin only adds some html and minimal css (if any), so the styling is up to you.

    Thread Starter ab2021

    (@ab2021)

    Thanks, I’ve added .posts-holder, but as you say, I guess I need some more code.to make scrolling text visible. I don’t know css code at all, so if you can help me with that, too, it would be greatly appreciated. thanks much in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘plugin affects scrolling flash news bar’ is closed to new replies.