Reply To: Genesis Slider & Featured Posts styles

Homepage Community Forums Epik Theme Support Genesis Slider & Featured Posts styles Reply To: Genesis Slider & Featured Posts styles

#9988
Wes
Moderator

    I’m changing the way the featured posts show up in some of the areas of the homepage in a future update, so that will be out soon.

    If you’re going to use the featured posts widgets in the welcome area, then you’ll have to change the hyperlinks to show as a darker color, since it’s set as white and the featured posts have a white background and can’t be seen.

    Look around line 1268 in your css for this –

    .welcome a {
        color: #fff;
    }

    What’s wrong with the slider? It seems to be working fine when I look at it. That’s the way it works by default, but if you wanted to get rid of the border (for example), you can add this to your style.css file to override the plugins css –

    html > body .slide-excerpt-border {
        border: none !important;
    }