Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #204632

    Hi there, I would like to have the Orange Color RSS Feed Icon display in the Widgets area and also in the Sidebar, where I have RSS Feeds. Preferably have the icon display to the left of the the Title. You had provided me with the following codes to add to the Quick CSS awhile back, but after migrating the site to a different server, the icon disappeared:

    #rss-3 .rsswidget img {
    display: block;
    float: right;
    }

    I will provide my site address in a private reply. Thanks for your help.

    #204635
    This reply has been marked as private.
    #204638

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    
    .widget_rss .widgettitle img {
    display: block;
    float: left;
    padding-right: 5px;
    }

    that should do it
    Cheers!
    Yigit

    #204642
    This reply has been marked as private.
    #204645

    Hi!

    Please add following code to Quick CSS as well and adjust as needed

    .avia_ajax_form .button { padding: 10px 20px; }

    Best regards,
    Yigit

    #204652
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Add RSS Feed Icon – Request’ is closed to new replies.