By Antonis P. on Thursday, 13 October 2016
Posted in General
Likes 0
Views 437
Votes 0
I have just upgraded to the latest version of EasyDiscuss and it works fine. However I would prefer that the fonts and colours are consistent with the rest of the website.

Please advise the exact steps needed to change the default font in EasyDiscuss Professional to a Google Font,
as we are already using that Google Font ('Quicksand') throughout our website.

Also, if possible, how to change the colour of the "New Post" button. I am using the 'Zinc' Theme.

Thank you in advance for your assistance.
Hi Antonis,
You can switch the font with css codes.
Here are the css codes you can use for the font and "New Post" button background color. You can edit the background-color to your desired color.
Also just to confirm, this is your "New Post" button correct? If not, perhaps you can provide me access to your frontend so I can check it out.

#ed {
font-family: "Quicksand",sans-serif !important;
}

#ed .btn-primary.ed-navbar__btn-ask {
background-color: #00BFFF !important;
}
·
Friday, 14 October 2016 10:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Raymond

Thank you very much, I added the code to a new user.css file in the template and it worked. Kindly also provide the code for the big blue "New Post" button the one with the pen and the words "New Post".
·
Friday, 14 October 2016 23:00
·
0 Likes
·
0 Votes
·
0 Comments
·
I found it, thank you!
·
Friday, 14 October 2016 23:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Friday, 14 October 2016 23:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post