Which RSS widget are you using? How do you have it set up? Please show a screen shot of the admin side of the widget.
Hi Steve. From the admin side, you go to APPEARANCE — WIDGETS.
Then drag the RSS widget to any of the wordpress blocks.
When I add a feed via the RSS widget, ther is no button. See https://i.imgur.com/n4yUCoV.png
Well, don’t know what to say. The button is showing up, and no idea how to edit it out. The RSS widget comes with the wordpress (5.4.1).
My images are from 5.4.1 with twentytwenty.
Please provide a link to a page on your site where we can see this. Thanks. Note: Your link will be public and we will not later remove it.
Never mind… I checked the link on your profile.
This CSS removes the button:
.widget_rss a.uk-button {
display: none;
}
To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress
Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.
Awesome. That worked. Thanks a bunch, Steve.