Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #686649

    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

    Link – http://www.leewardscricket.com/

    #688478

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.