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

    Hello there and thank you for getting back to me hope all is well. I don’t know exactly where to start a new feed or thread so I am hoping its ok to simply add my questions in this feed. Man if I knew half of what you guys did I would have my site done so fast!! ok here is the staging site I am working on http://dd9.2a3.myftpupload.com/. I am trying to add background images to all three of the boxes under the header slider. So there will be a pic then over the pic would be content. Can you advice on how to do this? Also I am in no way trying to slow you guys down so if its a must I can provide my credentials but would need to know what credentials you would need. Thanks again for your guys help with all this as its very new to me, Its obviously important to me to learn how to do these things on my own which was my concern about offering my credentials

    #776492

    Hey Joshua,

    You can enable the custom Class following this article: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give an exclusive class to each box, so, you`ll need to add a custom CSS code at Enfold Theme Options > General Styling > Quick CSS like this:

    
    .yourCustomClass {
      background-image: url('image link here');
      width: 100%;
      display: block;
      background-size: cover;
    }
    

    Best regards,
    John Torvik

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