Hi @jaxcatz
Thanks for using Super RSS Reader.
Can you please share the RSS feed URL you are using ?
It is possible that the RSS feed is empty.
Thanks,
Aakash
Thanks @vaakash
Got that sorted… btw can you please let me know where to edit the fonts style in here. Like to show barlow font in bold for the feed headings and unbold for the content area.
I tried adding the below in – super-rss-reader\public\css\style.css file at line 57
.srr-wrap .srr-title {
line-height:150%;
font-family: 'barlow';
text-transform: uppercase;
font-weight: bold;
font-size: 15px;
}
.srr-wrap .srr-meta {
font-size: 13px;
}
Can you help me out.
Thanks
Hi @jaxcatz,
What you tried should work, but themes will sometimes override your style. So you may need to add !important before semicolon.
Also for the font, you have to ensure if it is loaded on the page with correct font name. Please see this page for more information – https://www.w3schools.com/css/css_font_google.asp
Thanks,
Aakash
Hi @vaakash
Thanks for the reply, I actually got it working without using the !important, but I am unable to change the color of the text even when using !important.
I would also like to change the color of the summary extract.
Can you please help me out, any pointers would be great, thanks.
Hi, please share the page where widget is active. I’ll have a look.
Thanks
Thanks @vaakash
Please check this link, the widget is added in the homepage.
https://kozhikode.choiceschool.in/
Really appreciate your help.
Thanks 🙂
Hi,
You can paste the CSS below.
It will change the color of the description and the time.
.srr-summary p, .srr-meta {
color: black;
}
Here you can change black to the color you want as needed.
Thanks,
Aakash
Thanks bro 🙂
I actually changed the meta (date) color by adding this below code –
}
.srr-wrap .srr-meta {
font-size: 13px;
color: #850303;
}
But then decided to go with the default grey itself.
What I was trying was to change the .srr-title and the ‘READ MORE” to #850303, I am unable to give the hex code like I did in the above meta area.
Any pointers would be much appreciated.
Thanks.
Hi @vaakash
Any help updates on this, please 🙂
TIA.
Hi,
Please use the style below.
.srr-title a, .srr-read-more {
color: #850303;
}
You can refer this page for the list of elements which you can target and change style.
https://www.aakashweb.com/docs/super-rss-reader/faq/#q-how-to-make-custom-css-styling-to-the-feed-like-changing-colors-width-etc
Thanks,
Aakash