I have a custom footer on this site, the top of which is a gray section Wiht logo on left and two iconboxes on the right. There are no borders set on that section, nor on the section above it. You cannot tell o the home page because I placed an image immediately above it. But if you go to the about page, you will see a black border above it. I have checked the Color section above it on that page, and checked the border on that grid row in the “Footer” page, but no borders are set. The grid row in the footer is set to Alternate Content colors, so I even went into General Styling, Alternate Content, and changed the border color to the same color as the section, but that did not work either.
I had the same problem with a color section on the Above page, where it placed a border at the bottom, when one was not set in the element, but for that one I went into the general styling settings and changed the border color to white, and that worked for a color seciton
Again, I removed it by changing the type of seciton above it, but now I’m working on another page – Member Benefits – and the line appears again, see this page here: https://36871d0adc.nxcli.net/members/member-benefits/
This is the about page
You guys have access to this site with the new plugin, I gave it earlier today for a mega menu issue., if that helps.
Hey Eleina_Shinn,
Thank you for the links to your site, on the /member-benefits/ page the line above the “Sign Up for Our Email Newsletter” section is from the footer background color, try this css:
#footer-page.footer_color {
background-color: transparent;
}
For the second site it was the border and background color, so try this css:
#footer-page.footer_color {
border-color: transparent;
background-color: transparent;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
thank you, that worked!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike