• Resolved cccoc

    (@cccoc)


    I using the slider extension and the title font is blue, but I would like to change it to white which would make it easier to see. Is there any css code to do this?

    On your site you show a demo of the slider and it is using white font. So this is what I am trying to accomplish.

    Thanks

    https://ww.wp.xz.cn/plugins/latest-post-shortcode/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Iulia Cazan

    (@iulia-cazan)

    Hi,

    You could try

    .latest-post-selection-slider .overlay h1 {
        color: #FFF;
    }

    Let me know if this helps.

    Thread Starter cccoc

    (@cccoc)

    Lulia,

    Where does this code go? Thanks

    Plugin Author Iulia Cazan

    (@iulia-cazan)

    Wherever you can add CSS: either in the theme CSS or directly on that page source like

    <style>
    .latest-post-selection-slider .overlay h1 {
        color: #FFF;
    }
    </style>

    Thread Starter cccoc

    (@cccoc)

    I think my theme maybe interfering with this as I tried both locations. Let me chat with the developer.

    Anyway, I love the plugins.

    Plugin Author Iulia Cazan

    (@iulia-cazan)

    I’m glad you like it! Please don’t forget to rate it!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Title in slider’ is closed to new replies.