Hi there, the RSS Feed in the Widget area, is there a way to have the orange color RSS icon to appear next to to the feed title? Let me know. Thanks.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#rss-3 h3:before { content: url(https://4.bp.blogspot.com/-GWUe9dfyrWE/T9GMJP-0TtI/AAAAAAAAGvU/XYM-_jYv2co/s25/rss.png); }
you can simply change the link to the icon if you would like to use any other
Best regards,
Yigit
Hey!
Please add this on your custom.css or Quick CSS:
#rss-3 .rsswidget img {
display: block;
float: right;
}
You can remove the breadcrumb using this:
.breadcrumb.breadcrumbs.avia-breadcrumbs {
display: none;
}
Regards,
Ismael
Fabulous! Another satisfied customer! Thanks guys…