SMF For Free Support Forum

SMF For Free Support => Stylesheet Requests and Support => Topic started by: taogem on February 03, 2012, 05:25:05 pm

Title: Editing My Black Theme
Post by: taogem on February 03, 2012, 05:25:05 pm
Forum Url: http://snuffbottle.smfforfree.com/
I am using the Black Theme..

Is there a way to edit the back ground from black and or edite the color of the text ?

I thought for sure I saw someplace where I could at least edit the text color, but not finding it ..
Title: Re: Editing My Black Theme
Post by: taogem on February 03, 2012, 10:29:32 pm
Thanks for moving this to the right part of the forum Andrew..

I have read the attached "related topics", but not finding an answer..

So.. Hopefully someone will be able to help in this Stylesheet Requests and Support section.
Title: Re: Editing My Black Theme
Post by: taogem on February 05, 2012, 10:58:26 am
Still looking for some help towards how to change background color and or text color  :)
Title: Re: Editing My Black Theme
Post by: taogem on February 07, 2012, 11:44:54 am
Nobody ?  :(
Title: Re: Editing My Black Theme
Post by: taogem on March 01, 2012, 05:53:33 am
There must be a way to change the background color within the theme to this forum ??

Anyone ?
Title: Re: Editing My Black Theme
Post by: Andrew on March 03, 2012, 04:46:31 pm
I'm no CSS expert but you can give this a try.

You'll need to go to Admin > Mange Styles > Modify

Choose the style that is currently being used.

Find where it says something like this:
Code: [Select]
/* The main body of the entire forum. */
body
{
             background-color: #E5E5E8;
             margin: 0px;
             padding: 12px 30px 4px 30px;
}

Change background-color to the color you would like to change it to.

Try looking her for more help, also: Stylesheet Making Tips/Helpful Links (http://www.smfsupport.com/support/stylesheet-requests-and-support/stylesheet-making-tipshelpful-links/)
Title: Re: Editing My Black Theme
Post by: WVaGAL on March 06, 2012, 06:36:08 am
I want to know if we can make things on the forum in Bold, and how to do this...even the usernames..topics etc..

Thanks

I'm no CSS expert but you can give this a try.

You'll need to go to Admin > Mange Styles > Modify

Choose the style that is currently being used.

Find where it says something like this:
Code: [Select]
/* The main body of the entire forum. */
body
{
             background-color: #E5E5E8;
             margin: 0px;
             padding: 12px 30px 4px 30px;
}

Change background-color to the color you would like to change it to.

Try looking her for more help, also: Stylesheet Making Tips/Helpful Links (http://www.smfsupport.com/support/stylesheet-requests-and-support/stylesheet-making-tipshelpful-links/)
Title: Re: Editing My Black Theme
Post by: Andrew on March 06, 2012, 02:12:57 pm
For changing the color of username's you can use this code (http://www.smfsupport.com/support/smf-for-free-codes-and-support/%28code%29-change-username-across-board-v7/).

As for changing topic names to bold, try having a looksie in the Code Index (http://www.smfsupport.com/support/smf-for-free-codes-and-support/code-index-(updated-112309)). I'm sure there's something there that can do it.

Title: Re: Editing My Black Theme
Post by: WVaGAL on March 08, 2012, 07:15:08 am
I looked at the codes, but didn't know which one I need to make the topic names be in bold. I have learned a lot of things on here and did them easily.This one has me stumped. And how to make the usernames like this.Pippi.

For changing the color of username's you can use this code (http://www.smfsupport.com/support/smf-for-free-codes-and-support/%28code%29-change-username-across-board-v7/).

As for changing topic names to bold, try having a looksie in the Code Index (http://www.smfsupport.com/support/smf-for-free-codes-and-support/code-index-(updated-112309)). I'm sure there's something there that can do it.