Hi @josephchrasta,
Thanks for contacting us about styling of the RSS widget, to undo the styling that is in place and force it to inherit your theme settings please use the below CSS in either your KLEO Child theme’s style.css or in Theme Options > General Settings > Scroll to: ‘Quick CSS’.
COPY CODE
.widget.widget_rss {
font-weight: unset !important;
font-family: Open Sans !important;
text-transform: unset !important;
font-size: inherit !important;
}
.widget.widget_rss a {
font-weight: unset !important;
font-family: Open Sans !important;
text-transform: unset !important;
font-size: inherit !important;
}
You will need to clear your website cache, CDN and local cache (Ctrl+F5) to see changes.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution