Hi everybody,
I am wanting to create a transparent footer for only my home page.
What kind of css code for that ?
Thanks in advance
Hey ICEMAN,
Please try the following in Quick CSS under Enfold->General Styling:
#footer {
background-color:transparent;
}
Best regards,
Rikard
Thanks Rikard, I’d prefer to create a field in my child theme instead of quick css. How do I name It ?
Hi,
I’m not sure what you mean by field in your child theme, could you try to explain a bit further please?
Best regards,
Rikard
Sorry Rikard, I would say “file”…
Hi,
Thanks for the clarification, there is a style.css file in the child theme already. You can add your custom styles in there.
Best regards,
Rikard
It works when I put it in quick css but not in my style.css
Hi,
This is because the overwrite is applied from there. Please do leave it on custom.css
Best regards,
Basilis
Ok, but where do I edit my custom.css ?
Regards
Hi ICEMAN,
You can edit it through the Appearance > Editor or through FTP.
Best regards,
Victoria