2025-01-30, 07:50 PM
(This post was last modified: 2025-01-30, 07:52 PM by M0RPH3US. Edited 1 time in total.)
(2025-01-30, 06:20 PM)TheDreadPirate Wrote: I know you can change the appearance of each <div> block (actors, more episodes, chapter scenes) but I'm not sure you can re-order them.
@Ted Hinklater - is reordering UI elements possible?
Code:
#castCollapsible {
order: 2;
}
#scenesCollapsible {
order: 1;
}
should work.
Also to remove the text
Code:
.innerCardFooter>.cardText {
display: none;
}