Jump to content

Featured Replies

Posted

Hi, does anyone know how to increase the font size of headings for posts that appear in blocks? Mine are showing very small. Thanks.

1221827974_ScreenshotCommunity.thumb.jpg.d53b82e7ad0a3c02416c951da717ace1.jpg

  • 1 month later...

I'm looking for this solution too. 

Edited by AlfaSpaceNET

.ipsWidget .ipsDataItem_title {
	font-size: 15px;
}

 

 

.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 😇

 

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.

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

  • Author
 

.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.

Recently Browsing 0

  • No registered users viewing this page.