Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
GoDuBois Posted November 11, 2017 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!
ehren. Posted November 11, 2017 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
GoDuBois Posted November 11, 2017 Author 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/
ehren. Posted November 11, 2017 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; }
GoDuBois Posted November 11, 2017 Author 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.
ehren. Posted November 12, 2017 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.
steve00 Posted November 12, 2017 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; }
GoDuBois Posted November 12, 2017 Author 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.
ehren. Posted November 13, 2017 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; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.