FgsuportPowered by ForumotionLog in

private sector forum review

wizard king wrote:
i didn't notice any changes using the css, so i changed it from the #f5f5f5, it changed the color but it affected other areas of the forum that didn't go well. so i have to leave it off. you'll have to deduct some points on that Zelenko im going to work on the other stuff now.

For your info, i still see the same background like before: https://prnt.sc/T5UC_BAmrG-Q

private sector forum review

Admin wrote:
wizard king wrote:
/register page - the text called „In order to proceed, you must agree to the following”


^ i found this in the colors tab and changed it, but for the others i dont see where i change them. Shocked

Try with this code:

Code:

#gfooter {
    margin: 8px 0;
    padding: .5em;
    text-align: right;
    font-size: .8em;
    background-color: #000;
    color: #fff;
}

the original background-color its: #f5f5f5 (in case its not working, change its from colors tab)


i didn't notice any changes using the css, so i changed it from the #f5f5f5, it changed the color but it affected other areas of the forum that didn't go well. so i have to leave it off. you'll have to deduct some points on that Zelenko im going to work on the other stuff now.

private sector forum review

wizard king wrote:
/register page - the text called „In order to proceed, you must agree to the following”


^ i found this in the colors tab and changed it, but for the others i dont see where i change them. Shocked

Try with this code:

Code:

#gfooter {
    margin: 8px 0;
    padding: .5em;
    text-align: right;
    font-size: .8em;
    background-color: #000;
    color: #fff;
}

the original background-color its: #f5f5f5 (in case its not working, change its from colors tab)