Quote:
Originally Posted by LittleBiG
Thanks, but why didn't you do any changes here?
Code:
# Replacement caption font size value for Touch/Mini:
replace_string = 000A, `font-size: 16px;`, `font-size: 16px;`
# Replacement caption font size value for Glo/Aura:
replace_string = 0054, `font-size: 20px;`, `font-size: 20px;`
# Replacement caption font size value for AuraHD/H2O:
replace_string = 008C, `font-size: 26px;`, `font-size: 20px;`
# Replacement caption font size value for GloHD:
replace_string = 00C5, `font-size: 30px;`, `font-size: 30px;`
|
You don't have to change everything. Also, you only have to change things for the device you have. I have an H2O and I don't know how the font size at 20px will look on an Aura. If you find the footer font size too larger or want to try smaller, you can change the 20px to something like 16px and see how it goes.