Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, Just try this
    wp-content/plugins/asgaros-forum/skin/style.css

    #af-wrapper {
        font-family: Verdana, Tahoma, sans-serif;
        font-size: 13px;
        color: #444;
        line-height: 1.65;
    }

    replace the

    #af-wrapper {
        font-family: Verdana, Tahoma, sans-serif;
        font-size: 13px;
        color: #fff;
        line-height: 1.65;
    }

    This direction where to look! ??

    Plugin Author Asgaros

    (@asgaros)

    Yworld already posted a good example on how to change the color of the fonts. You should add the CSS code to your themes CSS file because new updates to Asgaros Forum will override your modifications.

    Thread Starter balmfoc

    (@balmfoc)

    so do I add this in both locations?

    im unable to find #af-wrapper in the CSS theme would it be called something else?

    Plugin Author Asgaros

    (@asgaros)

    You just have to add this to your themes CSS file. It is some CSS code from the forum plugin but you can override it in your themes CSS file when you add the code there.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Font changes’ is closed to new replies.