Hi’
what is the css for that?
thanks!
(I need to remive only the border from the bottom area of the column)
Hey adishlomy,
Add this to quick css:
.flex_column.av_three_fifth.no_margin.flex_column_table_cell.av-equal-height-column.av-align-bottom.avia-builder-el-3.el_after_av_one_fifth.el_before_av_one_fifth {
border-bottom:none!important;
}
Best regards,
Jordan Shannon
great. thanks!