Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1242333

    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

    #1242348

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.