Comments David started the conversationSeptember 16, 2014 at 12:10pmHi,what would be the css code for changing the background color in footer that i \'d add in css admin panel?thanks for your reply,regardsdavid 93 djwd repliedSeptember 16, 2014 at 4:11pm Hi there, Please be aware that even though I try to put users on the right track whenever possible, personal customizations go beyond regular support. The css id is #full-footer, I suggest to get familiar with Chrome Inspector tool or FireBug extension to get those. So the code would be: #full-footer {background: red!important}Hope this helpsRegardsdjwdRegardsdjwdDavid repliedSeptember 16, 2014 at 6:16pm Hi, i know that personal customizations go beyond support but as i use chrome inspector tool, i put this code before writing to you : #full-footer {background: #282c39!important} disactivated all plugins before but this is not working... i've tried also this one (exactly the same you gave to me) #full-footer {background: #red!important}but nope...Regards,david 93 djwd repliedSeptember 16, 2014 at 7:47pm Because I had a typo, literal colors do not need #, it's:#full-footer {background: red!important}Just tested it and it works fine for me!RegardsdjwdRegardsdjwdDavid repliedSeptember 23, 2014 at 12:35pmthank you! Sign in to reply ...
Hi,
what would be the css code for changing the background color in footer that i \'d add in css admin panel?
thanks for your reply,
regards
david
Hi there,
Please be aware that even though I try to put users on the right track whenever possible, personal customizations go beyond regular support.
The css id is #full-footer, I suggest to get familiar with Chrome Inspector tool or FireBug extension to get those. So the code would be:
#full-footer {background: red!important}
Hope this helps
Regards
djwd
Regards
djwd
Hi,
i know that personal customizations go beyond support but as i use chrome inspector tool, i put this code before writing to you :
#full-footer {background: #282c39!important}
disactivated all plugins before but this is not working...
i've tried also this one (exactly the same you gave to me)
#full-footer {background: #red!important}
but nope...
Regards,
david
Because I had a typo, literal colors do not need #, it's:
#full-footer {background: red!important}
Just tested it and it works fine for me!
Regards
djwd
Regards
djwd
thank you!