Hi,
when I choose “No Borders” for my grid row I still get a border at the bottom.
I tried:
#bottom .gridrow {
border: none;
}
but that doesn’t work
How can I fix that?
Best regards
Bettina
Hey Bettina,
Please provide a link to the site/page in question so we can look in to this issue further.
Best regards,
Jordan Shannon
Hey Jordan,
I have a Grid row on page “Prototyping” which has the border at the bottom.
There is also SOMETIMES a border at the bottom of my Color Sections.
The first Color Section on the Home page has no border at the bottom
but the second and third Color Section have one
both have the same settings as the first
On the page “Test” I get no borders
So I deleted the second Color Section on the Home page and made a new Color Section but the border is again there.
I have other websites and there is the same problem. So I think it can’t be a Plugin which causes the problem.
Best regards
Bettina
Hi Bettina,
Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:
#after_submenu_1 {
border-color:transparent !important;
}
Best regards,
Rikard
Hi,
thank you that solved the problem for the Grid Row
but not for unfortunately not for the Color Section.
Best regards
Bettina
Hi,
Not sure for your reply.
You mean it has been solved for the Grid Row, but the Color Section still has issues?
Best regards,
Basilis
Hi Basilis,
yes
Best regards
Bettina
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5, #after_section_6 {
border: none;
}
Best regards,
Yigit
Thank YOU! That did it.
Best regards,
Bettina