Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 17, 20204 yr How would i modify the version number line on the files/file page? more space between Title and Version number add text label like "version: " in front of it. reduce attention to the version number Would prefer this: Sign In With Apple Addendum 5 version: 1.0.0
July 17, 20204 yr Author anyone know what I'd have to modify in my custom css to do this - I am thinking it might also need a template change but I can't seem to find which one it is.
July 20, 20204 yr You would need to make a template edit first to wrap the version number in something that can be targeted (perhaps something like <span class='elVersionNumber'></span>). Then you'd edit your custom.css to target that selector.