Featured Posts on Front Page and Footer Colors

How do you add the featured posts on the front page blog roll, and how do you change the color of the text and social icons on the footer.

Hi Jerry,

Thank you for writing in, to change the footer elements color, please add this to Theme Options > CSS

/*footer text content*/
.x-colophon.bottom .x-colophon-content {
	color: white;
}
/*footer menu links*/
.x-colophon.bottom .x-nav li a {
	color: white;
}
/*footer social icons*/
.x-colophon.bottom .x-social-global a {
	color: white;
}

Regarding the featured posts, given that you set the Theme Options > Ethos > Post Slider for Blog to display featured.

On your posts, find the Post Slider Display – Blog meta option and check it.



Save the posts and that should do it.

Hope it helps,
Cheers!

I don’t see any of those settings.

Hi Jerry,

You need to head over to Pro -> Theme Options -> Ethos area first to display featured.

Then when you edit an example blog post on your site, you should be able to locate Post Slider Display under Ethos post settings area.

Hope that’s clear.

I figured it out, thanks.

You’re welcome, Jerry.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.