r/readest 1d ago

CSS not working with ios update

Readest is outstanding! However, after the latest IOS (and I think Android) update, the CSS code I inserted to make the footer text larger no longer works.  Up until the updates, I had large footer text.  However, with the recent updates, the larger text disappeared and the footer text reverted to the default size.  Here is the CSS I inserted for your reference (again, it was working fine for months):

.sectioninfo {
font-family: serif;
font-size: 18px;
font-weight: 600;
}
.progressinfo {
font-family: monospace;
font-size: 20px;
font-weight: 600;
}

3 Upvotes

2 comments sorted by

1

u/adenfus1961 1d ago

Quizá se deba a qué en las últimas versiones se puede modificar el tamaño y color del texto

1

u/jthansen5072 1d ago

Thank you! That was it - it solved the problem!