Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved Where do I change in the CSS font size of the POST. Thanks in advance
#1
Not Solved
Where do I change in the CSS font size of the POST.

Thanks in advance
#2
Not Solved
Open global.css and edit .post_body

and add
font-size: --px;

Original
.post_body {
    clear: both;
    padding: 5px;
}

Example of edited version
.post_body {
    clear: both;
    padding: 5px;
    font-size: 18px;
}


Forum Jump:


Users browsing this thread: 1 Guest(s)