You are going to have to use one of these as there is nothing in the core that will increase the font size automaticallyosama_badr wrote: ↑Mon Dec 02, 2019 2:24 pmwithout choose size from font size menu and without extension tool
Code: Select all
.postbody .content {
font-size: 1.3em;
overflow-x: auto;
}
Well, nothing really happens automatically; a certain action will have to be performed at one time or another before any change will take place.
I did,but no changewarmweer wrote: ↑Mon Dec 02, 2019 2:40 pmUse your browser's style editor.
View a post.
position your mouse on the post text and use "Inspect Element" (wording may differ according to browser).
In the style section, find the setting which defines font size: in this case =in content.css.Code: Select all
.postbody .content { font-size: 1.3em; overflow-x: auto; }
edit in the inspector and see the results.
Then edit the contents.css, save, purge cache, done.
Before , i made edit in styles files I can't remember the file after change value the font size of posts increase auto when member send his post it appear as big font size .david63 wrote: ↑Mon Dec 02, 2019 2:35 pmI think that you will need to explain what you mean by "increase font size of posts automatically". What action would trigger this resize? How much would it increase by?
You are going to have to use one of these as there is nothing in the core that will increase the font size automaticallyosama_badr wrote: ↑Mon Dec 02, 2019 2:24 pmwithout choose size from font size menu and without extension tool
No , the currently style prosilverwarmweer wrote: ↑Mon Dec 02, 2019 3:48 pmIsn't this basically the same as : a previous post of yours ?
The way I see it, it doesn't make a difference which style you use, the method to identify which setting defines font size is the same.
Code: Select all
.message-box textarea
font-size: 1.2em;
When warmweer mentioned "purge the browser cache", its clear this means a CTRL-F5 refresh in order to force your web browser to reload all CSS files, regardless of whether they are believed to have been modified? Just making sure, since that too could explain the "I edited this, but there wasn't any change" observations. After saving the CSS file change in the styles directory, you will need to CTRL-F5 refresh the web browser in order to immediately see this difference.