Tagged: color section
Is there CSS to add a bottom border to a specific color section? The section I have in mind is on page https://www.freightyardpub.com/. It is av_section_3.
Thank you
Hey rmatus,
Please add this CSS code in Quick CSS, located in Enfold > General Styling:
.page-id-582 #av_section_3 {
border-bottom: 2px solid black;
}
Just adjust the 2px value (thickness) and color.
Hope it helps.
Best regards,
Nikko