NiceThemesBackground color – NiceThemes http://nicethemeswp.com/forums/topic/background-color/feed/ Wed, 23 Apr 2025 14:41:14 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/background-color/#post-2949 <![CDATA[Background color]]> http://nicethemeswp.com/forums/topic/background-color/#post-2949 Fri, 27 Dec 2013 17:06:04 +0000 hisc328 I tried putting this into the custom css box but nothing changed. can you please correct my input? I’ll play with color once I get the code correct…. thanks

#body {
background-color: #AEBCD6;
}

]]>
http://nicethemeswp.com/forums/topic/background-color/#post-2950 <![CDATA[Reply To: Background color]]> http://nicethemeswp.com/forums/topic/background-color/#post-2950 Fri, 27 Dec 2013 17:11:57 +0000 Juanfra Aldasoro Hello Matt,

In CSS, the body class doesn’t have the # before. The # is used for IDs.

Try:

body{
    background-color: #aebcd6;
}

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/background-color/#post-2951 <![CDATA[Reply To: Background color]]> http://nicethemeswp.com/forums/topic/background-color/#post-2951 Fri, 27 Dec 2013 17:17:30 +0000 hisc328 Thanks Juan, I just entered this in and nothing changed?

]]>
http://nicethemeswp.com/forums/topic/background-color/#post-2952 <![CDATA[Reply To: Background color]]> http://nicethemeswp.com/forums/topic/background-color/#post-2952 Fri, 27 Dec 2013 17:27:17 +0000 Juanfra Aldasoro Hello Matt,

Maybe because that’s not the element you want to change. There’s a #wrapper class that gives the background color of the layout.

I’ll recommend you to check the elements you want/need to change with firebug (http://getfirebug.com)

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/background-color/#post-2953 <![CDATA[Reply To: Background color]]> http://nicethemeswp.com/forums/topic/background-color/#post-2953 Fri, 27 Dec 2013 17:28:40 +0000 hisc328 will do. thanks.

]]>
http://nicethemeswp.com/forums/topic/background-color/#post-2954 <![CDATA[Reply To: Background color]]> http://nicethemeswp.com/forums/topic/background-color/#post-2954 Fri, 27 Dec 2013 17:29:47 +0000 Juanfra Aldasoro No problem.

Have a nice day,
Juan.

]]>