Tagged: borders, color section
I’m using the following CSS to attempt to remove the borders on all Color Sections:
#contact {
border-color: transparent;
}
#about {
border-color: transparent;
}
But I can’t get it to work. I like the border used in other Color Sections so ideally I can just remove it from these two. Can you please help me?
Hey newpappa,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.home #after_section_2 {
border-color: transparent;
}
Hope this helps :)
Best regards,
Nikko
Hi Nikko,
I tried that and it is still not working :(
Any other ideas?
Hi,
Sorry for the late response. That code should’ve work, do you have any caching plugin installed? if yes can you try to clear the cache, if not try to disable the plugins to check if there is conflict or something that prevents the style from showing since it’s not showing in the css generated by enfold (see private content).
Best regards,
Nikko
Thanks Nikko!
Hi,
Let us know if you have any other questions or issues :)
Best regards,
John Torvik