| |

|
Edited at June 19, 2023 07:12 PM by Leeufontein
|
|
|
| |

Administrator |
To remove the menu icons, or change their color, add this class: .showicon { display: none; }
|
|  |
|
| |

|
i've been doing this whole process on ios mobile (which has been a nightmare in itself), and without being able to "inspect element" its all been a guessing game. i change the font to copperplate and save to see what each thing changes, but i cant seem to see what .mainlineblacksmall, .veryblack, and the alternate text changes. anyone have any idea?
|
|  |
|
| |

|
why wont the transparency code work im losin it
|
|  |
|
| |

|
QualitySH said: why wont the transparency code work im losin it
you using rgba(0, 0, 0, 0.5); or whatever color you want?
|
|  |
|
| |

|
KPH Equestrian said: QualitySH said: why wont the transparency code work im losin it
you using rgba(0, 0, 0, 0.5); or whatever color you want?
Yes for some reason it's not working and then it starts to glitch my palette. I've used the code before without issues
|
|  |
|
| |

|
QualitySH said: KPH Equestrian said: QualitySH said: why wont the transparency code work im losin it
you using rgba(0, 0, 0, 0.5); or whatever color you want?
Yes for some reason it's not working and then it starts to glitch my palette. I've used the code before without issues
Hmm, got all your semicolons and end brackets? I always forget these x'D
|
|  |
|
| |

|
QualitySH said: why wont the transparency code work im losin it
@[QualitySH] Try using rgb(255, 255, 255, 0.8) !important;
|
|  |
|