Viewing 1 replies (of 1 total)
  • Plugin Author codebycarter

    (@codebycarter)

    Well you can but there isn’t just one font or one font size that the plugin uses I’m afraid, there are quite a few. If you go to wp-bulletin-board/css/wpbb-light-style.css (or dark depending on your settings) and then find any occurrences of “font-size:”. Change the value after the colon and always make sure there is a “px” for pixels after the value and a semi colon at the end. E.g. it should always look like this, with any value:

    font-size:12px;
    font-size:20px;
    font-size:5px;

    etc…

    If you look above the font-size you should see a comment, like this:

    /* this is a comment if its between these two characters /**/ */
    
    /* comment */
    
    not a comment
    
    /* another comment */

    They should be self-explanatory, so you’ll know what it is exactly that you’re changing.

    Let me know if you didn’t understand anything or have any further questions, I’m hoping to have some kind of dashboard editor for this kind of thing in the future but still busy with other things and deciding the best way to do it at the moment.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Change the font size?’ is closed to new replies.