Reply To: Using various background/content colors

Home Forums Support Using various background/content colors Reply To: Using various background/content colors

Home Forums Support Using various background/content colors Reply To: Using various background/content colors

#99845
Joseph

For the purpose of the client changing out images, can I just use css in the Child Theme as below instead of PHP in GPHooks.

.page-id-46 .site-footer {
background: #ffffff url(http://provinciawebdesign.com/disruptup/wp-content/uploads/2015/04/internship_bottom.jpg);
width:100%;
}

.page-id-2 .site-footer {
background: url(http://provinciawebdesign.com/disruptup/wp-content/uploads/2015/04/bottom_home.png);
width:100%;
}

By the way I just converted an affiliate company of ours to use GP, great stuff!!!

Thanks!