By Ian Shere on Thursday, 30 July 2015
Posted in Technical Issues
Replies 5
Likes 0
Views 829
Votes 0
Using the Nickel template on latest version 5.0.17.

The background of the posts is white which all well and good, but my templates sets the body text as white so everything is invisible. Short of using an inline style for every post (client won't get that) which is messy, how do I alter the text to black or just have the post with a border only and transparent BG?

Thanks.
Hi Ian,

Can you try to apply the following css code inside your /templates/martins02/css/template.css and see how it goes? your site should look like this when its applied, http://screencast.com/t/n8H2MZizG87D
div#fd.eb .eb-post {
background: none;
border: 1px solid #000;
}

div#fd.eb .eb-post-foot {
background: none;
border-top: 1px solid #000;
}

div#fd.eb .eb-post-top {
border-bottom: 1px solid #080808;
}
·
Thursday, 30 July 2015 10:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Ian,

If you could provide us with the link to the page that would be awesome. We can quickly craft a quick css patch for you where you can apply them on your site
·
Thursday, 30 July 2015 02:47
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Thursday, 30 July 2015 03:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Yep that worked thank you! However, then the date disappeared (color was #888) so I also added
div#fd.eb .text-muted {
color: #EAC9C9;
}
and things are all good.
·
Thursday, 30 July 2015 20:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Ian,

Thanks for updating and I am glad that your issues are resolved now
·
Friday, 31 July 2015 02:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post