By Unal on Sunday, 01 November 2015
Posted in General Issues
Likes 0
Views 1.1K
Votes 0
Hi,

I purchased the easy discuss pro versiyon today.

How can I change the font size of themes? They seems to small and also font type looks bad.

Thank you,

unal
Hi Unal,

First you will need to make sure the compiler it works on your site.
http://screencast.com/t/fO9KjEHBRXt7
1. Go to EasyDiscuss backend > Layout > General > Test Compile Stylesheet.
2. Pick the selected theme and compile stylesheet mode to [force]

The dark theme are located at /components/com_easydiscuss/themes/dark/. If you want to update the color for dark theme, those colors variables at /components/com_easydiscuss/themes/dark/styles/variables.less
E.g.:
From:
@discussWrapperBackground: #222;
to:
@discussWrapperBackground: red;
Once you updated the variables.less file, go to frontend refresh the EasyDiscuss page you will see the color change.

If you have made any modifications to component core files, your changes will be lost when you upgrade the component.
·
Monday, 02 November 2015 12:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Unal,

I am really sorry for the delay of this reply as it is a weekend for us here. Could you please provide us with the link to the page?
·
Sunday, 01 November 2015 13:45
·
0 Likes
·
0 Votes
·
0 Comments
·
http:// accafin (dot) com / forum- .accafin

the bottom of the page; statistics and the toolbar menĂ¼ and all other notes such as new, solved, unsolved topics statistics seems small. and also tags in the questions are small. and font type looks bad.

thank you.
·
Sunday, 01 November 2015 16:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Unal,

I am really sorry for the delay of this reply as it is a weekend for us here. You can add the block of css codes below into your template's css file to enlarge the font size,


div#discuss-wrapper .label, div#discuss-wrapper .badge,
div#discuss-wrapper .nav-tabs > li a, #discuss-dialog .nav-tabs > li a,
div#discuss-wrapper .discuss-widget-title,
div#discuss-wrapper .small {
font-size: 16px !important;
}
·
Sunday, 01 November 2015 16:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I don't want to edit any file in core template files. So, can you please tell how can I edit easy discuss themes? For example, I want to change the color of dark theme. Where is its file in ftp?

Thank you,

Unal
·
Monday, 02 November 2015 03:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post