Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Nina St John Posted September 30, 2020 Posted September 30, 2020 Hi, does anyone know how to increase the font size of headings for posts that appear in blocks? Mine are showing very small. Thanks.
AlfaSpaceNET Posted November 4, 2020 Posted November 4, 2020 (edited) I'm looking for this solution too. Edited November 4, 2020 by AlfaSpaceNET
Morrigan Posted November 4, 2020 Posted November 4, 2020 .ipsWidget .ipsDataItem_title { font-size: 15px; } AlfaSpaceNET 1
AlfaSpaceNET Posted November 5, 2020 Posted November 5, 2020 16 hours ago, Morrigan said: .ipsWidget .ipsDataItem_title { font-size: 15px; } Thank you for helpful reply. I found it in block.css and change to .ipsWidget .ipsDataItem_title { font-size: {fontsize="large"}; and all working charm 😇
Meddysong Posted November 5, 2020 Posted November 5, 2020 59 minutes ago, AlfaSpaceNET said: Thank you for helpful reply. I found it in block.css and change to .ipsWidget .ipsDataItem_title { font-size: {fontsize="large"}; and all working charm 😇 Don't change it in block.css because it may be overwritten in future updates; make the change in your custom.css file instead. Nina St John 1
Morrigan Posted November 5, 2020 Posted November 5, 2020 What @Meddysong said. I was mobile when I posted that and forgot to mention it. Editing the blocks.css can damage your theme in future upgrades. All css changes need to be made in custom.css Nina St John 1
Nina St John Posted November 10, 2020 Author Posted November 10, 2020 On 11/4/2020 at 6:59 AM, Morrigan said: .ipsWidget .ipsDataItem_title { font-size: 15px; } @Morrigan Thank you, it worked but is there any way to increase the title size of one particular topic feed instead of all of them? I have a “Discussion of the Week” above the community discussion on the forum home which I’d like to increase the title font size on, but I don’t want the title font size increased on the side bar topic feed widgets.
Recommended Posts