hi! im not good at css too but this is what helped me lol. so if you go to the css full tutorial thats found at the bottom of the advanced layout option, theres the friendrewind layout structure and it has the 2 options of
.videos-preview / .photos-preview
its kinda hard for me to explain it so ill give my example:
.contact, .friends, .videos-preview, .photos-preview {
background-image: url("https://i.pinimg.com/736x/71/f4/55/71f455f866a13877d95eafe2b650bb50.jpg") !important;
background-size: cover !important;
background-position: center center !important;
background-repeat: no-repeat !important;
1. it should show up differently than your interests tab. .table-section is your interests section so just kinda paste that in a separate background image section than your .photos-preview & .videos-preview.
2. if you want to make the photos and videos preview section different than everything else i would just put the code as
.videos-preview, .photos-preview {
background-image: url("yourimage.jpg") !important;
3. also for my profile i made the interests tab transparent but if i wanted to put an image there, i would keep the photos & videos background image under the table section only because if i put the videos & image code above it, it would show as the same image?? idk it may be fault on my end but thats what happened to me.
4. also to make it work (for me at least) instead of saving your layout, copy it and paste it on your actual profile's css instead. (idk if you're doing this on mobile or not, i am, so it was kinda difficult for me but it may be easier to copy it on pc/laptop.
lmk if this helps!!! there may be an easier way but this helped for me LOL (sorry if this is too long i just didnt wanna leave things unsaid lol)