By peerj on Tuesday, 11 August 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 527
Votes 0
Hello,
How do I turn off Display featured listings on frontpage in 5.0.19
and
How do I change the style color by featured listings
Because always white background

Thanks for your help.
Hi Peerj,

Do you mean by turn off featured slider on your frontpage as you can see from my screenshot here, http://screencast.com/t/szF74TUZod ? If that so you can turn it off by going to your backend > menu manager > easyblog post frontpage menu item > featured > show featured slider to "Hide", http://screencast.com/t/AY5Ip5wdjE5 .

How do I change the style color by featured listings
Because always white background

You need to modify it via css. You can try to apply the following css hack inside your template.css file to change the background color to royalblue:
div#fd.eb .eb-showcase {
background-color: royalblue;
}


Hope this can answer your question above.
·
Tuesday, 11 August 2015 17:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Ezrul.

Thanks for your help.
·
Wednesday, 12 August 2015 10:20
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Peerj. Glad that your issue has been resolved now.
·
Wednesday, 12 August 2015 11:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post