Tagged: background color
hi I have the css code
flex_column.av_one_fourth .avia-builder-el-10.el_after_av_three_fourth.avia-builder-el-last { background-color: #e1e1e1; padding: 10px 10px 40px 10px;}
to change the background color for the right 1/4 column after the 3/4 column on this webpage http://www.raleighgutterguards.com/
but I can’t get it to work.
can you help me? what’s wrong here?
Hey!
Try with this code:
div.flex_column.av_one_fourth.avia-builder-el-10.el_after_av_three_fourth.avia-builder-el-last {
background-color: #e1e1e1; padding: 10px 10px 40px 10px;
}
Regards,
Josue
Ahhh! I thought I tried that. It worked.
Thanks for your response!
You are welcome, glad we could help :)
Regards,
Josue