Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #190017

    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.

    #190019
    This reply has been marked as private.
    #190713

    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

    • This reply was modified 11 years, 1 month ago by Yigit.
    #190758
    This reply has been marked as private.
    #190946

    Hey!

    I updated the code in my previous post. Please try it now

    Best regards,
    Yigit

    #191122
    This reply has been marked as private.
    #191330

    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

    #191348

    Fabulous! Another satisfied customer! Thanks guys…

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘RSS Widget – Add the RSS Icon?’ is closed to new replies.