1 |
|
---|---|
Posted by | Changing cave image? |
DΛЯKIПƧIG Ƭ (#107870) Bone Collector View Forum Posts Posted on 2019-05-29 17:01:37 |
I want to change the current image of the caves in my den, but i have looked far and wide for about an hour now and can't find anything. thanks in advance! 0 players like this post! Like? |
abandoned (#176519)
Renowned View Forum Posts Posted on 2019-05-29 17:08:30 |
the code for changing a cave image goes in your den's css to change it-- if you want to change multiple, you just paste the code a second time c: in case you don't have it, this is what i have written in my css atm: a[href$="115388"] > div.cave-grid > img { content: url('IMG URL')!important; } 0 players like this post! Like? Edited on 29/05/19 @ 17:10:11 by kenz 🍂 (#176519) |
DΛЯKIПƧIG Ƭ (#107870) Bone Collector View Forum Posts Posted on 2019-05-30 14:04:33 |
Thank you! sorry if this is an idiotic question, but... where do it put it?? I see nothing labeled 'den css'. I tried putting it in cave css, and territory description. sorry again for the stupid question. 0 players like this post! Like? |
WonderingWhisperer (#218397)
Majestic View Forum Posts Posted on 2020-11-09 23:33:56 |
I typed this in >> a[href$="115388"] > div.cave-grid > img { content: url('https://i.imgur.com/xNmClGI.png')!important; } Amd for some reason it still wont work. Help? 0 players like this post! Like? |
Igniastick (#220716)
Amazing View Forum Posts Posted on 2020-12-01 13:53:52 |
I think you should remove spaces and try it that way? Idk but this is old anyway.. lol sorry^^ 0 players like this post! Like? Edited on 01/12/20 @ 13:54:51 by Igniastick (#220716) |
1 |
---|