By Daniel Frenkel on Tuesday, 17 March 2015
Posted in Technical Issues
Replies 6
Likes 0
Views 418
Votes 0
HI, I am trying to change the color of the easydiscuss background to a light grey and possibly a small border, but I cannot find this option in the settings. I've attached an image of what my page looks. You'll notice that it's very white and hard so see, thus me needed discussion background color to grey. Thanks!
Hi Daniel,

I noticed you already changed your Easydiscuss background color, by the way, you can add this following code in your template css file.

div#discuss-wrapper {
background: #E6E6FA !important;
}
·
Wednesday, 18 March 2015 00:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the reply. I now have a different question if you don't mind. I also noticed that the categories bar does not work with the Helix3 framework as discussed in a different forum. I want to make my own categories bar by creating links at the top of the discussion page that link to different categories. I'm not sure if this is in the scope of your support, but would it be possible to do this? The problem is that EasyBlog does not seem to use modules and so I'm not sure how to insert anything, such as a link, into the discussion area. Let me know.

I've attached image and placed text in red where I would like those links to go. Thanks!

Daniel
·
Wednesday, 18 March 2015 22:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Daniel Frenkel,

Sorry for late reply to this,
Check my screenshot below and see is this what you would like to achieve?
if yes, you can follow my screenshot guideline how to display all the category on your Easydiscuss frontpage.
·
Thursday, 19 March 2015 01:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks! Would you happen to know the line of code to change the color of the categories link/background?
·
Thursday, 19 March 2015 09:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Daniel,

Check my screenshot below.
Is it you mean you would like this?
If yes, you can try apply this following code.

div#discuss-wrapper .discuss-categories-front.mt-5.mb-5 {
background-color: black !important;
}

div#discuss-wrapper .discuss-categories-front.mt-5.mb-5 a{
color: red !important;
}
·
Thursday, 19 March 2015 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
I missed up the screenshot. -> http://screen.stackideas.com/2015-03-19_1158.png
·
Thursday, 19 March 2015 12:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post