Custom CSS Box in Theme Options Not Working
This support request was posted in Netelier by justinnorris
- justinnorris December 4, 2013 at 1:25 pm
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!
Juanfra Aldasoro December 4, 2013 at 1:54 pmHi there,
Thanks for writing. I have reviewed this issue and it’s a bug in our framework. Would you write me to support@nicethemes.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.justinnorris December 4, 2013 at 2:25 pmHey 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?
Juanfra Aldasoro December 4, 2013 at 2:33 pmHi Justin,
Please check your code:
#footer{ background: none repeat scroll 0 0 #52404C; !important; }
Check that there’s a ‘;’ there before !important.
Best,
Juan.justinnorris December 4, 2013 at 2:37 pm🙂 I knew I was missing something simple.
However, even when I fix that it doesn’t seem to work.
🙁
Juanfra Aldasoro December 4, 2013 at 2:40 pmHi Justin,
Maybe you’re trying to change the #extended-footer background color?
Best,
Juan.Juanfra Aldasoro December 4, 2013 at 2:40 pmHi Justin,
Maybe you’re trying to change the #extended-footer background color?
Best,
Juan.
You must be logged in to reply to this topic.