Hey there,
Please post a link to your site. Thanks!
Hi Noel,
you could for example do something like:
#flexslider-featured {
background: #ebebeb;
padding: 20px;
}
In order to add custom CSS code to your website, you could make use of plugins like Simple Custom CSS.
Thread Starter
nomur
(@nomur)
Thanks MH
There’s already a Custom CSS Editor in the theme. Could I use that?
There’s already a Custom CSS Editor in the theme. Could I use that?
Sure, that’s fine as well. 😉
Thread Starter
nomur
(@nomur)
Thanks so much for your help.
one last question, what would the css tag be to adjust the featured post title and excerpt font color?
Cheers
No worries, you’re very welcome and have a great weekend.
adjust the featured post title and excerpt font color..
#flexslider-featured a,
#flexslider-featured .post-date,
#flexslider-featured .entry-summary {
color: #fff;
}