Helping you Build Your Own Social Network!

Faster, better and easier!

How Do I change the font colors in the Global Forum

(2 posts) (2 voices)
  • Started 10 months ago by cassiopeia
  • Latest reply from Brajesh Singh

Tags:


  1. Hi!

    I'm using the global forum which has a grey background. My website has a dark background so the headings are in white which doesn't show up very well in the forum. How do I change the font colors for just the forum? I don't know PHP so I required VERY SPECIFIC directions! Thanks for helping a newbie...

    Posted 10 months ago #
  2. Hi Teresa,
    You don't need to change php. You will need to overwrite the css in your-theme/gf/style.css.

    Here are some of the lines you will need to change

    for the header color(grey+white) you will need to change line 43-59 and change the colors appropriately.
    an example

    #latest th, #forumlist th, #favorites th{
    background-color:#000;/*change it*/
    color:#fff;/*change it*/
    
    }

    for new post form background
    on line 172, you can change this

    .postform {
                    background-color: #f0f0f0;
    
    }

    Hope that helps.

    Posted 10 months ago #

Reply

You must log in to post.