URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Create A Forum - Support Forums
  HTML https://support.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: General Support
       *****************************************************
       #Post#: 19680--------------------------------------------------
       BACKGROUND STYLE
   DIR By: thefirecorner
       Date: February 15, 2018, 1:11 pm
       ---------------------------------------------------------
       I'm using the light style plus I have my page setup at 85%. Can
       I change the color of what is out of the actual forum to a dark
       gray?
       RR
       www.thefirecorner.com
       #Post#: 19681--------------------------------------------------
       Re: BACKGROUND STYLE
   DIR By: CreateAForum
       Date: February 15, 2018, 2:41 pm
       ---------------------------------------------------------
       Yes you can it is a css property. Under style manager -> modify
       css
       #Post#: 19682--------------------------------------------------
       Re: BACKGROUND STYLE
   DIR By: thefirecorner
       Date: February 15, 2018, 3:11 pm
       ---------------------------------------------------------
       Modify style?? But where in there because is a lot of codes
       #Post#: 19683--------------------------------------------------
       Re: BACKGROUND STYLE
   DIR By: CreateAForum
       Date: February 15, 2018, 3:21 pm
       ---------------------------------------------------------
       Can you take a screenshot and highlight the area you want to
       change.
       #Post#: 19684--------------------------------------------------
       Re: BACKGROUND STYLE
   DIR By: thefirecorner
       Date: February 15, 2018, 3:36 pm
       ---------------------------------------------------------
       You see the border with little holes? I wiuld like that gray or
       be able to play with the colors.
       #Post#: 19685--------------------------------------------------
       Re: BACKGROUND STYLE
   DIR By: CreateAForum
       Date: February 15, 2018, 3:43 pm
       ---------------------------------------------------------
       That's a background image controled by this line in the css
       --- Code ---
       
       background:
       url(
  HTML https://cdn.smfboards.com/caf/themes/light/images/theme/bg.png);
       
       --- End Code ---
       #Post#: 19686--------------------------------------------------
       Re: BACKGROUND STYLE
   DIR By: thefirecorner
       Date: February 15, 2018, 3:46 pm
       ---------------------------------------------------------
       What do I do to change the color?
       #Post#: 19687--------------------------------------------------
       Re: BACKGROUND STYLE
   DIR By: CreateAForum
       Date: February 15, 2018, 3:49 pm
       ---------------------------------------------------------
       Well you could make it a solid color.
       Or you would have to edit the graphic and change the color of
       it.
       #Post#: 19688--------------------------------------------------
       Re: BACKGROUND STYLE
   DIR By: thefirecorner
       Date: February 15, 2018, 4:12 pm
       ---------------------------------------------------------
       Yeah but how I make it a solid color?
       #Post#: 19692--------------------------------------------------
       Re: BACKGROUND STYLE
   DIR By: CreateAForum
       Date: February 15, 2018, 8:39 pm
       ---------------------------------------------------------
       Try replacing
       --- Code ---
       
       background:
       url(
  HTML https://cdn.smfboards.com/caf/themes/light/images/theme/bg.png);
       
       --- End Code ---
       With
       --- Code ---
       
       background-color: gray;
       
       --- End Code ---
       *****************************************************
       Page 1 of 2
   DIR Next Page