By Jay Kim on Friday, 24 March 2017
Posted in Technical Issues
Likes 0
Views 502
Votes 0
Dear support team,

We want to change the default font size of the BBCode Editor (Built-in) when composing a post.
Would you let me know how to?

Regards,
Adrien Park.
Hi there,

Currently, you can set them using BBCode Editor as it is controlled by css. But, maybe you can try to do CSS override on code below at this path /templates/mytemplate/css/custom.css and see how it goes

#ed .markItUpEditor {
//line-height must greater than fon-size
line-height: 19px !important;
font-size: 18px !important;
}


If problem still perisist, can you provide us with your backend and FTP access for further check on this issues? Please advice.
·
Friday, 24 March 2017 18:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Abdul,

Thank you for your support.

I have successfully changed the default font-size of BBCode Editor by trying to do your advice,
but I want to change the font-size of the text of the listing page and viewing page.
Would you let me know how to?

Regards,
Adrien Park.
·
Monday, 27 March 2017 09:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Adrien,

You can try to implement codes below on /templates/mytemplate/css/custom.css and see how it goes


#ed .ed-post-content {
//change those size accordingly
font-size: 25px !important;
}
·
Monday, 27 March 2017 10:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Abdul,

The font-size of the texts of post listing page and viewing page were not be changed, despite I tried to implement codes you adviced.
FYI, I attach you some files related to this.

Regards,
Adrien.
·
Monday, 27 March 2017 14:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I have applied some fixes on your site and everything seems to works as it should now. Please give it a check and see how it goes
·
Monday, 27 March 2017 15:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Abdul,

Once I tried to apply to our Easydiscuss forum with your custom.css, but it seems not work well.
The font-size of post texts of the listing page are still not changed,
that of post texts of the viewing page are also still not changed, but that of reply texts are changed.

And, when a post is entered to the edit-mode, the font-size is changed, but the vertical scrolling bar is shown up.

I attach you some files related zipping them.

Regards,
Adrien Park.
·
Monday, 27 March 2017 16:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I am sorry for my confusion made above.

I have made some fixes on your site and you wont required to replace any files as i forgot to remove attached file on my last reply.

By the way, i suspected that this css code that made your Editor to break into 50% of it size as follows, and i have temporarily disabled/commented out those codes and it should works as it should now.

#ed .ed-ask__bd .form-control { /** the width-size of the category selecting-box **/
width: 50% !important;
}


Please give it a check and see how it goes.
·
Monday, 27 March 2017 16:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Abdul,

I have not still solved the font-size issue of the posted texts on the listing page and on the viewing page.
Would you check this issue and support me more please?

FYI, I attach you the related images zipping them.

Regards,
Adrien Park.
·
Tuesday, 28 March 2017 09:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

In case you required any other modifications, you can refer to my css code below.

For your Easydiscuss listing content font size

#ed .ed-post-content {
font-size: 12px !important;
}


For your Easydicuss reply font size


#ed .o-row {
font-size: 12px !important;
}


For your Forums Easydiscuss content


#ed .ed-forum-item__title {
font-size: 12px !important;
}



I have made some modifications on your site and it should works fine now
·
Tuesday, 28 March 2017 10:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Abdul,

Thank you so much for your support.
I just checked the font-size has been changed.

Regards,
Adrien Park.
·
Tuesday, 28 March 2017 10:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome and it is my pleasure to help you. By the way, 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.
·
Tuesday, 28 March 2017 10:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post