Posted by [SOLVED] Beetle Mound CSS

Feranox [Clean G4
Kimanjano] (#306476)

Total Chad
View Forum Posts


Posted on
2024-11-01 19:57:51
Hi there!

I am trying to make myself a simple CSS to change a single thing on my profile.

And I did it!
There is, however, a slight problem.

How do I remove or change the beetle mound picture? The CSS I made for myself changed the background, but the generic Lioden mound picture is still there. I want it gone, or to at least replace it with the background GIF and make the background generic again.

Please help



Hrt Icon 0 players like this post! Like?

Edited on 02/11/24 @ 17:53:30 by Feranox [Clean G4 Kimanjano] (#306476)

Gee (#196201)

Angelic
View Forum Posts


Posted on
2024-11-02 17:20:07
div.mound-grid {
visibility: hidden;
position: absolute;
top: 0px;}

This should do it!



Hrt Icon 0 players like this post! Like?

Feranox [Clean G4
Kimanjano] (#306476)

Total Chad
View Forum Posts


Posted on
2024-11-02 17:37:41
That got rid of the whole Mound section.

I just want to get rid of or change the picture. What I did from the guides I found changed the background.
I'm not sure if what I'm saying makes much sense, but hopefully this screenshot might help:


I am not good with this coding stuff



Hrt Icon 0 players like this post! Like?

Gee (#196201)

Angelic
View Forum Posts


Posted on
2024-11-02 17:45:19
Oh! So getting rid of the picture without the whole thing idk if it's possible, for changing the picture tho it should be this:

.mound-grid img {
background: url("IMAGE URL");
width: 0;
height: 0;
padding-top: 80px;
padding-right: 130px
}





Hrt Icon 0 players like this post! Like?

Feranox [Clean G4
Kimanjano] (#306476)

Total Chad
View Forum Posts


Posted on
2024-11-02 17:53:19
THAT WORKED!

Thank you so so much



Hrt Icon 0 players like this post! Like?

Gee (#196201)

Angelic
View Forum Posts


Posted on
2024-11-02 18:02:03
OFC!!! That's from Katie's free CSS template btw, I'd check it out!



Hrt Icon 0 players like this post! Like?







Memory Used: 624.69 KB - Queries: 2 - Query Time: 0.00077 - Total Time: 0.00406s