Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #264448

    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?

    #265132

    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

    #265255

    Ahhh! I thought I tried that. It worked.

    Thanks for your response!

    #265362

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change background color for one fourth after three fourth on homepage’ is closed to new replies.