Trying to use an rss feed from Joomla, and the feed has some formatting in it. For example:
<div class="feed-description"><p style="margin: 0cm -28.15pt 0pt -1px; text-align: center;"><strong><em><span style="color: navy; line-height: 115%; font-family: 'Verdana',sans-serif; font-size:18pt;">Northland</span></em></strong></p>
Is there anyway I can change the font size on the feed? I tried using the strip tags, override template and custom css code and none seem to make any difference.
Thanks,
Dan.
1 Like
You might have to make this change in joomla rss php file itself. I am not sure exactly which file but im using Magento now to add RSS New Products to the display and it works. I had to make some image size adjustments in Magento RSS File itself. So the same may apply to you.
Based on what i see…you have to separate the CSS from the HTML source itself if your using Ticker. Try that.
Try set your “font-size:14pt;” to “font-size:14px;” and see if that works
Doesn’t look like there are any options in Joomla to change the rss feed short of changing the php code, which I don’t want to do because the feed’s are used elsewhere.
You mentioned to separate the css from the html? Can i do that using xibo?
Yes you can…in Xibo when you select the override template option, you will see two new input fields. The top one is for HTML and the bottom is for CSS. You can change the HTML one to show HTML Source.