Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: jaredgreen63 on October 31, 2017, 08:14:04 PM

Title: Question about themes
Post by: jaredgreen63 on October 31, 2017, 08:14:04 PM
How would i add a background to my forum and increase the size of the forum category
like this website rpland.org

Title: Re: Question about themes
Post by: Gwenwyfar on October 31, 2017, 09:33:35 PM
You have to edit the body background in your theme's css. For the category size, you can click inspect element on it to find where the css for it is located and then edit your css file.
Title: Re: Question about themes
Post by: jaredgreen63 on November 01, 2017, 04:36:57 PM
What is the line of code i need to edit?
Title: Re: Question about themes
Post by: Gwenwyfar on November 01, 2017, 05:09:45 PM
That will depend on what theme you are using.
Title: Re: Question about themes
Post by: jaredgreen63 on November 01, 2017, 05:12:40 PM
the core theme
Title: Re: Question about themes
Post by: Gwenwyfar on November 01, 2017, 05:59:12 PM
index.css line 22:
body
{
background: /* add your background here */;
font: 95%/90% Verdana, Helvetica, sans-serif;
margin: 0;
padding: 12px 0 4px 0;
}