On my site at the very bottom , I have a widget currently label “LATEST PHOTOS”. Is it possible to add an image to that title? My goal is have a header/title image like https://s13.postimg.org/xuf2xlsbr/Screen_Shot_2016_09_14_at_9_45_37_PM.png instead of the text LATEST PHOTOS
Hey navindesigns,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer .flex_column:nth-child(3) .widgettitle {
background: url(https://clipartix.com/wp-content/uploads/2016/04/Red-banner-clipart-picture.png);
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}
Best regards,
Yigit