• Resolved yolandal

    (@yolandal)


    Hi there, your forum is just what I was looking for!
    I’m very happy, BUT the font of the forum is very small.
    I’ve copied the editor.css and style.css to your asgaros folder( those are the only files I have, I don’t have mobile.css, widgets.css).
    But the font stays very small and almost unreadable.
    Can you please help out?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @yolandal,

    you can add some CSS to your themes style.css file to adjust it. For example:

    #af-wrapper {
        font-size: 14px !important;
    }
    Thread Starter yolandal

    (@yolandal)

    Thank you, that worked! But the next step is to change the font. I’ve added

    font-family: Open Sans;

    but that doesn’t seem to do anything?
    Any suggestions?

    Plugin Author Asgaros

    (@asgaros)

    Normally it should work. I am not sure from where those strange fonts are coming. It seems like your theme or other plugins are adding code into the forum-html. For example there are code-tags around various strings which are definitely not coming from me.

    Thread Starter yolandal

    (@yolandal)

    I’ve testing other plugins like bb-press, but they didn’t work for me.
    I did a search on my ftp files, but can’t find a forum-html file.
    Isn’t there a code which can overrule this font?
    I hope you can help out, as I’m really interested in your plugin.

    Plugin Author Asgaros

    (@asgaros)

    Please try this code and replace the font with the one you want to use:

    code, kbd, pre, samp {
        font-family: Arial !important;
    }
    Thread Starter yolandal

    (@yolandal)

    Yes, that worked! I’m very happy with this plugin!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘font size of forum’ is closed to new replies.