Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › Border for Content Boxes
Hello all!
I’d like to add a 1px border (hex #707070) with a border-radius of 10px to my existing content boxes. Any idea how I might go about doing this?
Thank you!
Anthony
I too would like to add a border and border-radius to my content boxes.
Did you get information on how to add a border to content boxes? If so, can you please let me know? I just want a think black line to create a box. Thanks
hi there,
had the same problem and was looking for a solution – i wrote some css and it works fine:
.fusion-content-boxes .content-wrapper-background {
border-radius: 5%;
}
hope it helps 🙂