Hi,
Is there a way to remove the border on a SPECIFIC color section. The issue I’m having is that the borders are applied via the .container_wrap class. when I remove the border on that class – it removes all the borders on all sections since enfold puts the elements in a container_wrap… :)
Please disregard. My coffee kicked in and I found a solution to my “issue”. :)
For those that might need it – I’ll post the solution. If you want borders on some elements and not others – you can do the following.
Remove the “.container_wrap” border via css.
Add borders in to the elements you want using their “ID”…
So in my case – I wanted no borders on a color section to I added “.container_wrap: {border-top:none} to my child themes CSS
I wanted a thin border at the top of my socket , at the bottom of my header_meta section, and just under my layer slider… so I added the css I wanted in the “ID” of each element… #socket {border-top:1px solid #d5bb66} – #header_meta {border-bottom:1px solid #d5b66} and the same for the #layerslider_5 (please note your layerslider will have a different ID associated with it.
Chad