Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook 23 hours ago
GoDuBois Posted November 11, 2017 Share Posted November 11, 2017 I created a page from Pages. I am using RSS Imports. The font size is very small either 12 or 13 and I am looking to make it larger 16 or 18. I searched for a css file for that and I gave up after 6 hours. Can anyone lead me in he right direction on where to find the css to change font size. I appreciate your help! Link to comment Share on other sites More sharing options...
ehren. Posted November 11, 2017 Share Posted November 11, 2017 Post your URL if possible. It's a little difficult to give you the css code by looking at an image Link to comment Share on other sites More sharing options...
GoDuBois Posted November 11, 2017 Author Share Posted November 11, 2017 14 minutes ago, ehren. said: Post your URL if possible. It's a little difficult to give you the css code by looking at an image http://www.godubois.com/index.php?/ultimate-news/ Link to comment Share on other sites More sharing options...
steve00 Posted November 11, 2017 Share Posted November 11, 2017 Governed by the body tag Link to comment Share on other sites More sharing options...
ehren. Posted November 11, 2017 Share Posted November 11, 2017 Add this to custom.css to increase the font-size for RSS blocks: .ipsWidget[data-blocktitle="RSS Import"]{ font-size: 18px; } .ipsWidget[data-blocktitle="RSS Import"] .ipsType_small{ font-size: 0.8em; } Link to comment Share on other sites More sharing options...
GoDuBois Posted November 11, 2017 Author Share Posted November 11, 2017 4 hours ago, ehren. said: Add this to custom.css to increase the font-size for RSS blocks: .ipsWidget[data-blocktitle="RSS Import"]{ font-size: 18px; } .ipsWidget[data-blocktitle="RSS Import"] .ipsType_small{ font-size: 0.8em; } Thank you but that didn't seem to work. Link to comment Share on other sites More sharing options...
ehren. Posted November 12, 2017 Share Posted November 12, 2017 The code is correct. Make sure you added the code to the correct theme. You have one called 4.2 and one called Default. Link to comment Share on other sites More sharing options...
steve00 Posted November 12, 2017 Share Posted November 12, 2017 17 hours ago, GoDuBois said: Thank you but that didn't seem to work. could try: .ipsWidget[data-blocktitle="RSS Import"] .ipsWidget.ipsWidget_vertical .ipsWidget_title { font-size: 18px; } .ipsWidget[data-blocktitle="RSS Import"] a.ipsTruncate.ipsTruncate_line { font-size: 0.8em; } Link to comment Share on other sites More sharing options...
GoDuBois Posted November 12, 2017 Author Share Posted November 12, 2017 17 hours ago, ehren. said: The code is correct. Make sure you added the code to the correct theme. You have one called 4.2 and one called Default. Yep, that was the problem. I'm more confused now because I had 4.2 as default and I added the change to the other one called default and that worked???? Anyway, could you help me with the titles of the rss feeds, that fonts hasn't changed, http://www.godubois.com/index.php?/ultimate-news/ thank you for your time @ehren. Link to comment Share on other sites More sharing options...
ehren. Posted November 13, 2017 Share Posted November 13, 2017 6 hours ago, GoDuBois said: Anyway, could you help me with the titles of the rss feeds, that fonts hasn't changed .ipsWidget[data-blocktitle="RSS Import"] .ipsWidget_title{ font-size: 20px; padding: 0.8em; } Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.