NiceThemesCustom CSS Box in Theme Options Not Working – NiceThemes http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/feed/ Wed, 23 Apr 2025 15:32:53 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2581 <![CDATA[Custom CSS Box in Theme Options Not Working]]> http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2581 Wed, 04 Dec 2013 13:25:00 +0000 justinnorris Hi guys,

I am trying to make changes using the Custom CSS box in the theme options, but it doesn’t seem to be working.

I am using the purple skin on Netelier and I am trying to make the footer the same color as the header.

I have pasted the following code in the CSS Box:

#footer {
background: none repeat scroll 0 0 #52404C;
}

When I save it the footer color does not change. When I use Firebug I can see my code is saved but appears to be over-ridden by the default code in the Purple skin CSS.

I even tried adding !important declaration but does not seem to have an impact.

Will the custom CSS box work or do I need to edit the purple skin CSS directly?

Thanks!

]]>
http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2584 <![CDATA[Reply To: Custom CSS Box in Theme Options Not Working]]> http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2584 Wed, 04 Dec 2013 13:54:32 +0000 Juanfra Aldasoro Hi there,

Thanks for writing. I have reviewed this issue and it’s a bug in our framework. Would you write me to support@nicethemeswp.com so I can send you the file that you have to replace in order to have this working?

I’ve tried to write to the email address you’ve configured in your account but it’s not delivering.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2586 <![CDATA[Reply To: Custom CSS Box in Theme Options Not Working]]> http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2586 Wed, 04 Dec 2013 14:08:04 +0000 justinnorris Thanks Juan – sending you a message now!

]]>
http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2587 <![CDATA[Reply To: Custom CSS Box in Theme Options Not Working]]> http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2587 Wed, 04 Dec 2013 14:14:28 +0000 Juanfra Aldasoro Thank you 🙂

Have a nice day,
Juan.

]]>
http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2589 <![CDATA[Reply To: Custom CSS Box in Theme Options Not Working]]> http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2589 Wed, 04 Dec 2013 14:25:12 +0000 justinnorris Hey Juan, so I updated the file you sent, and now in Firebug it shows the Custom CSS taking priority.

However — very strangely — the footer color itself is not changing (i.e., does not seem to obey the CSS styling applied).

I’m probably missing something simple here…can you please let me know?

]]>
http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2590 <![CDATA[Reply To: Custom CSS Box in Theme Options Not Working]]> http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2590 Wed, 04 Dec 2013 14:33:55 +0000 Juanfra Aldasoro Hi Justin,

Please check your code:

#footer{
background: none repeat scroll 0 0 #52404C; !important;
}

Check that there’s a ‘;’ there before !important.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2591 <![CDATA[Reply To: Custom CSS Box in Theme Options Not Working]]> http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2591 Wed, 04 Dec 2013 14:37:32 +0000 justinnorris 🙂 I knew I was missing something simple.

However, even when I fix that it doesn’t seem to work.

🙁

]]>
http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2592 <![CDATA[Reply To: Custom CSS Box in Theme Options Not Working]]> http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2592 Wed, 04 Dec 2013 14:40:56 +0000 Juanfra Aldasoro Hi Justin,

Maybe you’re trying to change the #extended-footer background color?

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2593 <![CDATA[Reply To: Custom CSS Box in Theme Options Not Working]]> http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2593 Wed, 04 Dec 2013 14:40:58 +0000 Juanfra Aldasoro Hi Justin,

Maybe you’re trying to change the #extended-footer background color?

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2595 <![CDATA[Reply To: Custom CSS Box in Theme Options Not Working]]> http://nicethemeswp.com/forums/topic/custom-css-box-in-theme-options-not-working/#post-2595 Wed, 04 Dec 2013 14:44:23 +0000 justinnorris Worked 🙂 Thank you.

]]>