how can i remove the top footer separator
https://cl.ly/2n1j2P121s2H
cheers
mark
Hi Mark,
Thank you for writing in, on your screenshot see the Footer Widget Areas option, set that to None (Disable)
Or do you mean that border line? If so, please add this to Theme Options > CSS
.x-colophon.top {
border-top: 0;
}
Hope it helps,
Cheers!
i added that to my child css with no luck. even added !important
Hi Mark,
I tested that on Theme Options > CSS and it works.
Make sure to clear your caching plugins and browser’s cache before previewing the site. I don’t see the code added to your child theme’s style.css file.
Thanks,
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.