Jump to content

CSS from a custom page...


GoDuBois

Recommended Posts

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!

5a0674cda897a_ultimatenewspageexample.thumb.jpg.ea36c356ccbf502413ddeb392f897f13.jpg

Link to comment
Share on other sites

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.

customcss.thumb.jpg.5a1168b59f4ceaa9100ad375056ffe71.jpg

Link to comment
Share on other sites

17 hours ago, GoDuBois said:

 

Thank you but that didn't seem to work.

customcss.thumb.jpg.5a1168b59f4ceaa9100ad375056ffe71.jpg

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

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.

 

42default.jpg.08c83f46be6b65792d30ed926a820934.jpg

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...