Hello!
I would like to change the footer at the bottom of the page with a halo in the top edge. how can I do?
I need the footer codes to modify it in css, because I do not know how to do it.
Thanks so much.
My site
the color I would like to put as “outline” # 194f9e
Hello there,
I hope you are doing well today.
You can use the following CSS code to add the border color by going to Appearance > Customize > Additional CSS and pasting it there.
#footer {
border: 2px solid #194f9e;
}
Best Regards,
Support
Hello there,
I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.
Best Regards,
Support