cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Fiori Tile Background Image

former_member375795
Participant
0 Kudos

I have load the Home page to Theme Designer & after I have done change to Tile by Inspect but I am not get the URL data-targeturl parameter to set CSS

.Also get the Tile id , because every time change Tile id .

Please guide for the same .

Accepted Solutions (1)

Accepted Solutions (1)

saurabh_vakil
Active Contributor
0 Kudos

Check if this blog helps you - Adding background images to Fiori tiles

former_member273190
Participant
0 Kudos

Sorry but this option is not available anymore to add back img into fiori tiles. the tag option data-targeturl is missing...

Anyone has a workaround to fix it please?

BR.

Mauricio



Answers (1)

Answers (1)

namesde
Member
0 Kudos

That paramter is missing in latest Fiori releases. You could try this workaround using CSS selectors:

[href*="yourSemanticObj-action"] > div > div{
background-image: url("your URL image");
}

It worked for me.

Regards

santohrao_gundelli
Discoverer
0 Kudos

Hi Gomez,

Please the above is not working for me, could you let me know how to set image for tile.

Thanks,

Santosh