Need Custom CSS Help [Solved]

i mean shadow here.... (image attch)

i have already inspect and found this section ( image:css.png) i change the rgba to 0,0,0,0 (and i try to set box-shadow to 0px) it works but after i put
.tdi_19{ box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0); }

nothing happen

i try to test .tdi_19{ invisibility:hidden; } the css hide the correct section
 

Attachments

  • Capture.PNG
    Capture.PNG
    9.8 KB · Views: 6
  • css.PNG
    css.PNG
    17.1 KB · Views: 6

NostraDumbAss

Well-known member
Babiato Lover
GiveAway Master
Trusted Seller
Trusted Uploader
Apr 25, 2021
294
280
63
Babiato
its working... what is the point why i cant change it before ? visibility change to display ?
You were using visibility, which occupies the space, but will not be shown to user (if set to hidden) but, it may not work if there are other elements using that class (like javascript or ... )
So when you set display none, there will be no space occupied, and no other class can show it because it doesn't exist.
 
You were using visibility, which occupies the space, but will not be shown to user (if set to hidden) but, it may not work if there are other elements using that class (like javascript or ... )
So when you set display none, there will be no space occupied, and no other class can show it because it doesn't exist.
well thank you for the explanation ... in the future it would be better to use
Code:
display: none;
?
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu